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


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

OverloadDescription
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