| SimpleRegressionFit Method (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.
Namespace: MathNet.Numerics.LinearRegressionAssembly: MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax See Also