Gets the last parameter updates.

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

Syntax

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

Return Value

A double array containing the last parameter updates (excluding step halvings).

Exceptions

ExceptionCondition
Imsl.Stat..::.ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.

See Also