Click or drag to resize
CategoricalGenLinModelLastParameterUpdates Property
The last parameter updates (excluding step halvings).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] LastParameterUpdates { 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