name & dimensionality |
kind |
in/out |
description |
|
|
|
|
data(:) |
SP/ DP |
IN |
data set {xi} |
stats |
tstats |
OUT |
structure containing the statistics of the
data. The respective fields (stats%field) are: |
ntot |
I8B |
- |
total number of data points |
nvalid |
I8B |
- |
number n of valid data points |
mind, maxd |
DP |
- |
minimum and maximum valid data |
average |
DP |
- |
average of valid points
 |
absdev |
DP |
- |
absolute deviation
 |
var |
DP |
- |
variance
 |
rms |
DP |
- |
standard deviation  |
skew |
DP |
- |
skewness factor
 |
kurt |
DP |
- |
kurtosis factor
 |
|
|
|
|
badval (OPTIONAL) |
SP/ DP |
IN |
sentinel value given to bad data points. Data points with this
value will be ignored during calculation of the statistics. If
not set, all points will be considered. Do not set to 0!. |