ECDF#
- final class relife.lifetime_models.ECDF[source]#
Empirical Cumulative Distribution Function.
Methods
The estimation of the cumulative distribution function.
Compute the non-parametric estimations with respect to lifetime data.
plotThe estimation of the survival function.
- cdf()[source]#
The estimation of the cumulative distribution function.
- Returns:
- outtuple of 3 1darray
A tuple containing the timeline, the estimated values and the estimated standard errors.