back to Command Reference
[FX-870P/VX-4]
Statistical sum functions for processed data.
SUMX
SUMY
SUMX2
SUMY2
SUMXY
PRINT SUMX
PRINT SUMXY
| Function | Returns |
|---|---|
SUMX |
Sum of X data |
SUMY |
Sum of Y data |
SUMX2 |
Sum of X squared data (sum of X^2) |
SUMY2 |
Sum of Y squared data (sum of Y^2) |
SUMXY |
Product sum of X and Y data (sum of X*Y) |
SUMY, SUMY2, and SUMXY require paired (X, Y) data to have been
entered.