Click or drag to resize

QuickLinearArbitraryBaseRegressionGetParameter Method

Gets the parameter with the specified index.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double GetParameter(
	int idxParameter
)

Parameters

idxParameter  Int32
The index of the parameter.

Return Value

Double
The value of the parameter with index idxParameter.
See Also