SimpleRegression Class |
Namespace: MathNet.Numerics.LinearRegression
public static class SimpleRegression
Name | Description | |
---|---|---|
Fit(IEnumerableTupleDouble, Double) |
Least-Squares fitting the points (x,y) to a line y : x -> a+b*x,
returning its best fitting parameters as (a, b) tuple,
where a is the intercept and b the slope.
| |
Fit(Double, Double) |
Least-Squares fitting the points (x,y) to a line y : x -> a+b*x,
returning its best fitting parameters as (a, b) tuple,
where a is the intercept and b the slope.
|