


SUMSQ calculates the sum of squares.
[y] = sumsq(x [, DIM])
DIM dimension
N STD of N-th dimension
default or []: first DIMENSION, with more than 1 element
y estimated standard deviation
features:
- can deal with NaN's (missing values)
- dimension argument also in Octave
- compatible to Matlab and Octave
see also: RMS, SUMSKIPNAN, MEAN, VAR, MEANSQ,
References(s):