Returns the gradients for the final parameter estimates.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetGradients()
Visual Basic (Declaration)
Public Function GetGradients As Double()
Visual C++
public:
array<double>^ GetGradients()

Return Value

A double array of length p+q containing the gradients of the final parameter estimates.

See Also