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



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

Overload List

OverloadDescription
LeastSquaresEstimateX(String,Series) Constructs the regression line of X on Y using the method of least squares.  
LeastSquaresEstimateX(Series) Constructs the regression line of X on Y using the method of least squares.  
LeastSquaresEstimateX(SeriesCollection) Constructs the regression line of X on Y using the method of least squares.  

Remarks

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

See Also