sumskipnan
PURPOSE
SUMSKIPNAN adds all non-NaN values.
SYNOPSIS
function [o,count,SSQ] = sumskipnan(x, DIM, W)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
- atest1 ATEST calculates some basic statistics and
- center CENTER removes the mean
- coefficient_of_variation COEFFICIENT_OF_VARIATION returns STD(X)/MEAN(X)
- cor COR calculates the correlation matrix
- corrcoef CORRCOEF calculates the correlation matrix from pairwise correlations.
- covm COVM generates covariance matrix
- geomean GEOMEAN calculates the geomentric mean of data elements.
- harmmean HARMMEAN calculates the harmonic mean of data elements.
- kurtosis KURTOSIS estimates the kurtosis
- mad MAD estimates the Mean Absolute deviation
- mean MEAN calculates the mean of data elements.
- meandev MEANDEV estimates the Mean deviation
- meansq MEANSQ calculates the mean of the squares
- moment MOMENT estimates the p-th moment
- naninsttest NANINSTTEST checks whether the functions from NaN-toolbox have been
- nanmean NANMEAN same as SUM but ignores NaN's.
- nanstd NANSTD same as STD but ignores NaN's.
- nansum NANSUM same as SUM but ignores NaN's.
- nantest NANTEST checks several mathematical operations and a few
- rms RMS calculates the root mean square
- sem SEM calculates the standard error of the mean
- skewness SKEWNESS estimates the skewness
- statistic STATISTIC estimates various statistics at once.
- std STD calculates the standard deviation.
- sumsq SUMSQ calculates the sum of squares.
- var VAR calculates the variance.
- wtest WTEST calculates the Wald statistics
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003