Click or drag to resize

QuickLinearArbitraryBaseRegressionGetParameters Method

Gets the parameters of the regression.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IReadOnlyList<double> GetParameters()

Return Value

IReadOnlyListDouble
The regression parameters.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if too few data points were added to estimate the free parameters.
Remarks
If fixed parameters were provided, the returned list contains both fixed and fitted parameters in the original base-function order.
See Also