The last parameter updates (excluding step halvings).

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

Syntax

C#
public virtual double[] LastParameterUpdates { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property LastParameterUpdates As Double()
Visual C++
public:
virtual property array<double>^ LastParameterUpdates {
	array<double>^ get ();
}

Field Value

A double array of length nCoef containing the last parameter updates (excluding step halvings) or null if Solve()()() has not been called.

See Also