back to Command Reference
[FX-870P/VX-4]
Estimated value functions based on linear regression of statistical data.
EOX(formula)
EOY(formula)
PRINT EOX(5)
PRINT EOY(10)
formula: Numeric expression specifying the known value.
| Function | Returns |
|---|---|
EOX(Y) |
Estimated value of X for a given Y value |
EOY(X) |
Estimated value of Y for a given X value |
EOY(X) calculates the estimated Y value corresponding to the given X
value using the linear regression line Y = LRA + LRB * X.EOX(Y) calculates the estimated X value corresponding to the given Y
value using the inverse of the regression relationship.