Click or drag to resize
ProportionalHazardsMaxClass Property
The upper bound used on the sum of the number of distinct values found among the classification variables in x.

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

Property Value

Type: Int32
An int representing the upper bound used on the sum of the number of distinct values found among the classification variables in x.

Default: MaxClass is the number of observations in x.

Remarks
Consider a model consisting of two class variables, one with the values {1, 2, 3, 4} and a second with the values {0, 1}, then the total number of different classification values is 4 + 2 = 6, and MaxClass\gt= 6.
See Also