Click or drag to resize

HavriliakNegamiSusceptibilityEvaluateGradient Method

Evaluates the gradient of the model with respect to its parameters.

Namespace: Altaxo.Calc.FitFunctions.Relaxation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EvaluateGradient(
	double[] X,
	double[] P,
	double[][] DY
)

Parameters

X  Double
The independent variables.
P  Double
The model parameters.
DY  Double
The array that receives the parameter derivatives.
See Also