Latest package manager mega patch, but not the last
Make internal name consistent with external name.
for performance reasons: replace SUM(X) by X*ones, replace ISNAN(X) by X~=X
improve performance (exist-function and FLAG_IMPLICIT_SKIP_NAN are removed because they slow down significantly);
use of sum square for complex data improved; check of input arguments simplified
support for real ND-arrays included in C-MEX version of SUMSKIPNAN
support of MEX-imeplementation, support for VERSION < 2.1.36 removed
flag_implicit_skip_nan added again, it's useful for temporary turnoff of skipping NaN's
make some code more readable
fix compatibility to Octave 2.0.x: SUM does not support the DIM argument
remove warnings
Use different version check, some bugs are fixed now in the latest CVS version of Octave
includeSPEARMAN and RANKCORR
all FLAGS removed
prepared to remove FLAG_IMPLICIT_DIMENSION
preparing the removal of FLAG_IMPLICIT_SKIP_NAN
<CR>/<LF> corrected by DOS2UNIX - finally
<CR>/<LF> corrected by DOS2UNIX; this should really work now
<CR>/<LF> corrected
docu improved and corrected, some cosmetics
additional output arguments included (2nd and 4th moment)
input arg check corrected
flag implicit dimension removed
using NANSUM with Octave if avaulable
experimental implementation of implicit DIM for sumskipnan
intial import of NaN-tb into CVS
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.