The ratio at which a stratum is split into two strata.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double StratumRatio { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property StratumRatio As Double |
Visual C++ |
---|
public: virtual property double StratumRatio { double get (); void set (double value); } |
Field Value
A double specifying the ratio at which a stratum is split into two strata.Default: StratumRatio = 1000.
Remarks
Let
be
the observation proportionality constant, where
is the design row vector for the k-th observation
and
is the optional fixed
parameter specified by
.
Let
be the minimum value
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
be the maximum value of
for the
remaining observations in the group. Then, if 
value
,
the observations in the group are divided into two groups
at k. Set StratumRatio = -1 if no division into strata is to be made.










