QuickLinearArbitraryBaseRegressionGetParameters Method |
Gets the parameters of the regression.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IReadOnlyList<double> GetParameters()
Return Value
IReadOnlyListDoubleThe regression parameters.
Exceptions
Remarks
If fixed parameters were provided, the returned list contains both fixed and fitted parameters in the original base-function order.
See Also