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

OverloadDescription
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.  

Remarks

That is, the regression line using the least squares method is constructed when the second element of the pairs from which the data set of constructed is plot against the first elements of the pairs.

See Also