removes the mean
returns STD(X)/MEAN(X)
2-dimensional convolution X and Y can contain missing values encoded with NaN.
calculates the correlation matrix X and Y can contain missing values encoded with NaN.
calculates the correlation matrix from pairwise correlations.
covariance matrix X and Y can contain missing values encoded with NaN.
generates covariance matrix X and Y can contain missing values encoded with NaN.
removes the trend from data, NaN's are considered as missing values
empirical cumulative function NaN's are considered Missing values and are ignored.
The use of FLAG_IMPLICIT_SIGNIFICANCE is in experimental state.
sets and gets default mode for handling NaNs
checks whether the last call(s) to sumskipnan or covm contained any not-a-numbers in the input argument.
calculates the geomentric mean of data elements.
calculates the harmonic mean of data elements.
calculates the interquartile range Missing values (encoded as NaN) are ignored.
estimates the kurtosis
estimates the Mean Absolute deviation
calculates the mean of data elements.
estimates the Mean deviation
calculates the mean of the squares
medAbsDev calculates the median absolute deviation
data elements,
calculates Modules Y from X
estimates the p-th moment
checks whether the functions from NaN-toolbox have been correctly installed.
same as SUM but ignores NaN's.
same as STD but ignores NaN's.
same as SUM but ignores NaN's.
checks several mathematical operations and a few statistical functions for their correctness related to NaN's.
returns normal cumulative distribtion function
returns inverse cumulative function of the normal distribution
returns normal probability density
calculates the partial correlation coefficient.
calculates the percentiles of histograms and sample arrays.
calculates the percentiles of histograms and sample arrays.
calculates the quantiles of histograms and sample arrays.
calculated the rank correlation coefficient.
gives the rank of each element in a vector.
calculates remainder of X / Y
calculates the root mean square can deal with complex data.
calculates the standard error of the mean
estimates the skewness
Spearman's rank correlation coefficient.
estimates various statistics at once.
calculates the standard deviation.
adds all non-NaN values.
calculates the sum of squares.
returns student cumulative distribtion function
compute rank of samples, the mean value is used in case of ties
returns inverse cumulative function of the student distribution
returns student probability density
evaluates basic statistics of a data series m = TRIMEAN(y).
calculates the trimmed mean by removing the upper and lower (p/2)% samples.
calculates the variance.
generates cross-covariance function.
zScoreMedian removes the median and standardizes by the 1.483*median absolute deviation
removes the mean and normalizes the data to a variance of 1.