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