statsmodels.duration.hazard_regression.PHReg.breslow_loglike#

PHReg.breslow_loglike(params)[source]#

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

Parameters:
paramsndarray

The proportional hazards model parameters.

Returns:
float

The value of the log partial likelihood function.