CategoricalGenLinModelLastParameterUpdates Property |
The last parameter updates (excluding step halvings).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] LastParameterUpdates { get; }
Public Overridable ReadOnly Property LastParameterUpdates As Double()
Get
public:
virtual property array<double>^ LastParameterUpdates {
array<double>^ get ();
}
abstract LastParameterUpdates : float[] with get
override LastParameterUpdates : float[] with get
Property Value
Type:
Double
A
double array of length
nCoef containing the last
parameter updates (excluding step halvings) or
null if
Solve has not been called.
See Also