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

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

See Also