Skip to content

Descriptive statistics

Built-in functions › Data analysis › Descriptive statistics

17 functions in this category.

FunctionWhat it does
avgabsMean of absolute values.
covCovariance.
integNumerical integration over Y with respect to X.
integabsNumerical integration of |Y| with respect to X.
meanArithmetic mean.
medianMedian value.
pk2pkPeak-to-peak value (max minus min).
rmsRoot mean square.
stdStandard deviation.
varVariance.
XAtYMaxX value at the index where Y is maximum.
XAtYMinX value at the index where Y is minimum.
XAtYValX value where Y equals a target (interpolated).
XWidthAtYValX-axis width spanned by points where Y reaches a target.
YAtXMaxY value at the index where X is maximum.
YAtXMinY value at the index where X is minimum.
YAtXValY value where X equals a target (interpolated).