Click or drag to resize
ProportionalHazardsNumberOfCoefficients Property
Returns the number of estimated coefficients in the model.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int NumberOfCoefficients { get; }

Property Value

Type: Int32
An int scalar representing the number of estimated coefficients in the model.
Exceptions
ExceptionCondition
ClassificationVariableLimitExceptionis thrown if the classification variable limit set by the user through the MaxClass property has been exceeded.
See Also