gwpopulation_pipe.data_analysis.fill_minimum_n_effective

fill_minimum_n_effective(posterior, likelihood)[source]

Compute the minimum per event n effective for each posterior sample. This is added to the posterior in place.

Parameters:
posterior: pd.DataFrame

DataFrame containing posterior distribution

likelihood: gwpopulation.hyperpe.HyperparameterLikelihood

The likelihood used in the analysis.

Returns: