Y
on X
using the method of least squares.
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.
|
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.