Click or drag to resize

NMathFunctionsThreeParameterSineFtnGradientWithRespectToParams Method

Method for calculating the gradient with respect to the parameters while keeping x fixed at the specified value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override void GradientWithRespectToParams(
	DoubleVector parameters,
	double x,
	ref DoubleVector grad
)

Parameters

parameters  DoubleVector
The function parameters.
x  Double
The point at which to evaluate the gradient.
grad  DoubleVector
On entry a vector of the correct size (same as the number of parameters). On exit contains the values of the gradient.
See Also