statsmodels.duration.hazard_regression.PHReg.breslow_gradient# PHReg.breslow_gradient(params)[source]# Returns the gradient of the log partial likelihood, using the Breslow method to handle tied times Parameters: paramsndarrayThe proportional hazards model parameters. Returns: ndarrayThe gradient of the log partial likelihood function.