naninsttest
PURPOSE
NANINSTTEST checks whether the functions from NaN-toolbox have been
SYNOPSIS
This is a script file.
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- center CENTER removes the mean
- coefficient_of_variation COEFFICIENT_OF_VARIATION returns STD(X)/MEAN(X)
- corrcoef CORRCOEF calculates the correlation matrix from pairwise correlations.
- 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.
- meansq MEANSQ calculates the mean of the squares
- median MEDIAN data elements,
- moment MOMENT estimates the p-th moment
- nanstd NANSTD same as STD but ignores NaN's.
- nansum NANSUM same as SUM but ignores NaN's.
- rankcorr RANKCORR calculated the rank correlation coefficient.
- ranks RANKS gives the rank of each element in a vector.
- rms RMS calculates the root mean square
- sem SEM calculates the standard error of the mean
- skewness SKEWNESS estimates the skewness
- spearman SPEARMAN Spearman's rank correlation coefficient.
- std STD calculates the standard deviation.
- sumskipnan SUMSKIPNAN adds all non-NaN values.
- trimean TRIMEAN evaluates basic statistics of a data series
- var VAR calculates the variance.
- zscore ZSCORE removes the mean and normalizes the data
This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003