ProportionalHazardsConvergenceTol Property |
The convergence tolerance.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double ConvergenceTol { get; set; }
Public Overridable Property ConvergenceTol As Double
Get
Set
public:
virtual property double ConvergenceTol {
double get ();
void set (double value);
}
abstract ConvergenceTol : float with get, set
override ConvergenceTol : float with get, set
Property Value
Type:
Double A
double specifying the convergence
tolerance.
Default: ConvergenceTol is 0.0001.
Remarks
Convergence is assumed when the relative change in
the maximum likelihood from one iteration to the next is
less than ConvergenceTol. If ConvergenceTol
is zero, ConvergenceTol = 0.0001 is assumed.
See Also