Descriptive statistics
Built-in functions › Data analysis › Descriptive statistics
17 functions in this category.
| Function | What it does |
|---|---|
avgabs | Mean of absolute values. |
cov | Covariance. |
integ | Numerical integration over Y with respect to X. |
integabs | Numerical integration of |Y| with respect to X. |
mean | Arithmetic mean. |
median | Median value. |
pk2pk | Peak-to-peak value (max minus min). |
rms | Root mean square. |
std | Standard deviation. |
var | Variance. |
XAtYMax | X value at the index where Y is maximum. |
XAtYMin | X value at the index where Y is minimum. |
XAtYVal | X value where Y equals a target (interpolated). |
XWidthAtYVal | X-axis width spanned by points where Y reaches a target. |
YAtXMax | Y value at the index where X is maximum. |
YAtXMin | Y value at the index where X is minimum. |
YAtXVal | Y value where X equals a target (interpolated). |