Click or drag to resize

ParameterizedMultivariableFunctionJacobianWithRespectToParameters(DoubleVector, DoubleVector, 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 void JacobianWithRespectToParameters(
	DoubleVector beta,
	DoubleVector x,
	ref DoubleMatrix J
)

Parameters

beta  DoubleVector
The Jacobian with respect to the parameters will be evaluated at this point.
x  DoubleVector
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