Click or drag to resize

Fitting Methods

The Fitting type exposes the following members.

Methods
 NameDescription
Public methodStatic memberLinearRegression(IEnumerableDouble, IEnumerableDouble) Calculates the ordinary least squares linear regression for the given X and Y data.
Public methodStatic memberLinearRegression(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.
Top
See Also