statsmodels.duration.hazard_regression.PHReg.breslow_hessian#

PHReg.breslow_hessian(params)[source]#

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

Parameters:
paramsndarray

The proportional hazards model parameters.

Returns:
ndarray

The Hessian matrix of the log partial likelihood function.