Click or drag to resize
ARMAMaxLikelihoodGetGradients Method
Returns the gradients for the final parameter estimates.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetGradients()

Return Value

Type: Double
A double array of length p+q containing the gradients of the final parameter estimates.
See Also