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
Exception | Condition |
---|---|
Imsl.Stat..::.ClassificationVariableLimitException | is thrown if the classification variable limit set by the user through the MaxClass property has been exceeded. |