statsmodels.duration.hazard_regression.PHReg.hessian#

PHReg.hessian(params)[source]#

Returns the Hessian matrix of the log partial likelihood function evaluated at params

Parameters:
paramsndarray

The proportional hazards model parameters.

Returns:
ndarray

The Hessian matrix.