Click or drag to resize

SimpleRegressionFitThroughOrigin Method

Overload List
 NameDescription
Public methodStatic memberFitThroughOrigin(IEnumerableTupleDouble, Double) Least-Squares fitting the points (x,y) to a line y : x -> b*x, returning its best fitting parameter b, where the intercept is zero and b the slope.
Public methodStatic memberFitThroughOrigin(Double, Double) Least-Squares fitting the points (x,y) to a line y : x -> b*x, returning its best fitting parameter b, where the intercept is zero and b the slope.
Top
See Also