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