Class | Description |
---|---|
AccumStat |
An AccumStat unit to calculate element-by-element statistical averages over the most recent input data sets, which
may be of type GraphType or Const.
|
FitLine |
A FitLine unit to do linear least-squares fit to the input data.
|
Kurtosis |
A Kurtosis unit to compute the kurtosis or sample kurtosis (normalized fourth moment about the mean minus 3) of any
data set.
|
Median |
A Median unit to compute the median (or other percentile value) of the data in any input data set.
|
Skewness |
A Skewness unit to compute the skewness or sample skewness (normalized third moment about the mean) of any data set.
|
SumOfSquares |
A SumOfSquares unit to compute sum of squares, average of squares, or rms (square root of average of squares) of any
data set.
|
Variance |
A Variance unit to compute variance, sample variance, standard deviation or sample standard deviation of any data
set.
|
ZeroMean |
A ZeroMean unit to subtract the mean from all the data sets in a GraphType.
|