ProportionalHazardsNumberOfCoefficients Property |
Returns the number of estimated coefficients in the model.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int NumberOfCoefficients { get; }
Public Overridable ReadOnly Property NumberOfCoefficients As Integer
Get
public:
virtual property int NumberOfCoefficients {
int get ();
}
abstract NumberOfCoefficients : int with get
override NumberOfCoefficients : int with get
Property Value
Type:
Int32 An
int scalar representing the number of estimated
coefficients in the model.
Exceptions See Also