Click or drag to resize

SimpleNonlinearFitGetParameterVariance Method

Gets the variance of parameter with index i.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GetParameterVariance(
	int i
)

Parameters

i  Int32
Index of the parameter.

Return Value

Double
Variance of the parameter i.
See Also