Click or drag to resize
KaplanMeierECDFEvaluateCDF Method
Computes the empirical CDF and returns the CDF values up to, but not including the time values returned by GetTimes.

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

Return Value

Type: Double
A double array of CDF values.
See Also