4.3.1. statsmodels.duration.hazard_regression¶
4.3.1.1. Classes¶
PHReg (endog, exog[, status, entry, strata, ...]) |
Fit the Cox proportional hazards regression model for right censored data. |
PHRegResults (model, params, cov_params[, ...]) |
Class to contain results of fitting a Cox proportional hazards survival model. |
PHSurvivalTime (time, status, exog[, strata, ...]) |
Represent a collection of survival times with possible stratification and left truncation. |
rv_discrete_float (xk, pk) |
A class representing a collection of discrete distributions. |