ARMAMaxLikelihoodGetGradients Method |
Returns the gradients for the final parameter estimates.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetGradients()
Public Function GetGradients As Double()
public:
array<double>^ GetGradients()
member GetGradients : unit -> float[]
Return Value
Type:
Double
A
double array of length
p+q
containing the gradients of the final parameter estimates.
See Also