KaplanMeierECDFEvaluateCDF Method |
Computes the empirical CDF and returns the CDF values up to, but not
including the time values returned by GetTimes.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] EvaluateCDF()
Public Overridable Function EvaluateCDF As Double()
public:
virtual array<double>^ EvaluateCDF()
abstract EvaluateCDF : unit -> float[]
override EvaluateCDF : unit -> float[]
Return Value
Type:
Double A
double array of CDF values.
See Also