Click or drag to resize

FittingLinearRegression Method

Overload List
 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