Simple |
Name | Description | |
---|---|---|
FitThroughOrigin(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. | |
FitThroughOrigin(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. |