Click or drag to resize

ParameterizedMultivariableFunctionJacobianWithRespectToParameters(Double, Double, DoubleMatrix) Method

Method for calculating the Jacobian 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 virtual void JacobianWithRespectToParameters(
	double[] beta,
	double[] x,
	ref DoubleMatrix J
)

Parameters

beta  Double
The Jacobian with respect to the parameters will be evaluated at this point.
x  Double
The point to fix x to.
J  DoubleMatrix
On entry a vector of the correct size (same as the number of parameters). On exit contains the values of the Jacobian.
See Also