HavriliakNegamiSusceptibilityEvaluateGradient Method |
Evaluates the gradient of the model with respect to its parameters.
Namespace: Altaxo.Calc.FitFunctions.RelaxationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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