statsmodels.duration.hazard_regression.PHReg.hessian# PHReg.hessian(params)[source]# Returns the Hessian matrix of the log partial likelihood function evaluated at params Parameters: paramsndarrayThe proportional hazards model parameters. Returns: ndarrayThe Hessian matrix.