statsmodels.duration.hazard_regression.PHReg.baseline_cumulative_hazard_function# PHReg.baseline_cumulative_hazard_function(params)[source]# Returns a function that calculates the baseline cumulative hazard function for each stratum Parameters: paramsndarrayThe model parameters. Returns: dictA dict mapping stratum names to the estimated baseline cumulative hazard function.