Fitting Methods |
The Fitting type exposes the following members.
Name | Description | |
---|---|---|
LinearRegression(IEnumerableDouble, IEnumerableDouble) | Calculates the ordinary least squares linear regression for the given X and Y data. | |
LinearRegression(IEnumerableDouble, IEnumerableDouble, Double, Double) | Calculates the ordinary least squares linear regression for the given X and Y data. Forces the line to pass through the ForceThroughX and ForceThroughY coordinates. |