statsmodels.duration.hazard_regression.PHReg.efron_loglike#

PHReg.efron_loglike(params)[source]#

Returns the value of the log partial likelihood function evaluated at params, using the Efron method to handle tied times

Parameters:
paramsndarray

The proportional hazards model parameters.

Returns:
float

The value of the log partial likelihood function.