Click or drag to resize
KaplanMeierECDFGetTimes Method
Retrieves the time values where the step function CDF jumps to a greater value.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] GetTimes()

Return Value

Type: Double
A double array of time values.
Exceptions
ExceptionCondition
InvalidOperationExceptionis thrown if the CDF has not been evaluated.
Remarks
The returned array has right-censored values of t removed.
See Also