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


Constructs the regression line of Y on X using the method of least squares.

Overload List

Overload Description
LeastSquaresEstimateY(String,Series) Constructs the regression line of Y on X using the method of least squares.  
LeastSquaresEstimateY(Series) Constructs the regression line of Y on X using the method of least squares.  
LeastSquaresEstimateY(SeriesCollection) Constructs the regression line of Y on X using the method of least squares.  

See Also