SimpleRegressionFitThroughOrigin(Double, Double) Method |
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.
Namespace: Altaxo.Calc.LinearRegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double FitThroughOrigin(
double[] x,
double[] y
)
Parameters
- x Double
- Predictor (independent)
- y Double
- Response (dependent)
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.LinearRegression.SimpleRegression.FitThroughOrigin(System.Double[],System.Double[])"]
See Also