Home > tsa > y2res.m

y2res

PURPOSE ^

Y2RES evaluates basic statistics of a data series

SYNOPSIS ^

function [R]=y2res(Y)

DESCRIPTION ^

 Y2RES evaluates basic statistics of a data series
 
 R = y2res(y)
    several statistics are estimated from each column of y
 
 OUTPUT:
   R.N     number of samples, NaNs are not counted 
   R.SUM   sum of samples
   R.MEAN  mean
   R.STD   standard deviation 
   R.VAR   variance
   R.Max   Maximum
   R.Min   Minimum 
   ...   and many more including:  
    MEDIAN, Quartiles, Variance, standard error of the mean (SEM), 
    Coefficient of Variation, Quantization (QUANT), TRIMEAN, SKEWNESS, 
    KURTOSIS, Root-Mean-Square (RMS), ENTROPY

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003