Returns the number of estimated coefficients in the model.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int NumberOfCoefficients { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property NumberOfCoefficients As Integer |
Visual C++ |
---|
public: virtual property int NumberOfCoefficients { int get (); } |
Field Value
An int scalar representing the number of estimated coefficients in the model.
Exceptions
Exception | Condition |
---|---|
Imsl.Stat..::.ClassificationVariableLimitException | is thrown if the classification variable limit set by the user through the MaxClass property has been exceeded. |