Estimation and inference for a survival function.
The survival function S(t) = P(T > t) is the probability that an event time T is greater than t.
This class currently only supports right censoring.
Parameters: | time : array-like
status : array-like
title : string
freq_weights : array-like
|
---|
Attributes
Methods
plot([ax]) | Plot the survival function. |
quantile(p) | Estimated quantile of a survival distribution. |
quantile_ci(p[, alpha, method]) | Returns a confidence interval for a survival quantile. |
simultaneous_cb([alpha, method, transform]) | Returns a simultaneous confidence band for the survival function. |
summary() | Return a summary of the estimated survival function. |
Methods
plot([ax]) | Plot the survival function. |
quantile(p) | Estimated quantile of a survival distribution. |
quantile_ci(p[, alpha, method]) | Returns a confidence interval for a survival quantile. |
simultaneous_cb([alpha, method, transform]) | Returns a simultaneous confidence band for the survival function. |
summary() | Return a summary of the estimated survival function. |