Estimates the value of the
Y
variable when the
X
variable is known
using the regression line of
Y
on
X
, which can be evaluated using
LeastSquaresEstimateY.
Overload List
Overload | Description |
EstimateY(String,Series,Double) |
Estimates the value of the Y variable when the X variable is known
using the regression line of Y on X , which can be evaluated using
LeastSquaresEstimateY.
|
EstimateY(Series,Double) |
Estimates the value of the Y variable when the X variable is known
using the regression line of Y on X , which can be evaluated using
LeastSquaresEstimateY.
|
EstimateY(String,SeriesCollection,Double) |
Estimates the value of the Y variable when the X variable is known
using the regression line of Y on X , which can be evaluated using
LeastSquaresEstimateY.
|
EstimateY(SeriesCollection,Double) |
Estimates the value of the Y variable when the X variable is known
using the regression line of Y on X , which can be evaluated using
LeastSquaresEstimateY.
|
See Also