Skip to content

problem of calculate mean value of large time series data

2 messages · cyl123, Jeff Newmiller

#
If all you want is the mean, why not do it in Java? That sounds like a half gigabyte of memory in the best case, and you are trying to move it around from process to process, making copies here and there. If you are on 32 bit OS then that will fragment your memory pretty quick.

Anyway, you should read the Posting Guide... HTML email should be plain text, no reproducible example, no sessionInfo... plenty of "opportunities for excellence" here.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
On February 26, 2014 10:06:18 PM PST, cyl123 <505186154 at qq.com> wrote: