dotnetCHARTING Send comments on this topic.
EstimateX Method
See Also 
dotnetCHARTING Namespace > StatisticalEngine Class : EstimateX Method


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

OverloadDescription
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