back to Command Reference
[FX-870P/VX-4]
Statistical mean (average) functions for processed data.
MEANX
MEANY
PRINT MEANX
PRINT MEANY
| Function | Returns |
|---|---|
MEANX |
Average (arithmetic mean) of X data |
MEANY |
Average (arithmetic mean) of Y data |
MEANX returns the sum of X data divided by the number of data points
(SUMX / CNT).MEANY returns the sum of Y data divided by the number of data points
(SUMY / CNT). Requires paired (X, Y) data to have been entered.