Click or drag to resize
ProportionalHazardsStratumRatio Property
The ratio at which a stratum is split into two strata.

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

Property Value

Type: Double
A double specifying the ratio at which a stratum is split into two strata.

Default: StratumRatio = 1000.

Remarks
Let
r_k=\textup{exp}(z_k\hat{\beta}+w_k)
be the observation proportionality constant, where z_k is the design row vector for the k-th observation and w_k is the optional fixed parameter specified by x_{k,\textup{ConstantColumn}}. Let r_{min} be the minimum value r_k in a stratum, where, for failed observations, the minimum is over all times less than or equal to the time of occurrence of the k-th observation. Let r_{max} be the maximum value of r_k for the remaining observations in the group. Then, if r_{min}\gtvalue * r_{max}, the observations in the group are divided into two groups at k. Set StratumRatio = -1 if no division into strata is to be made.
See Also