Click or drag to resize

SimpleNonlinearFitSetParameter Method

Sets the parameter with index i to a certain value, that is used as starting value for fitting.

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

Parameters

i  Int32
Index of the parameter.
val  Double
Value of the parameter.
See Also