gwpopulation_pipe.data_simulation.simulate_posterior_from_prior

simulate_posterior_from_prior(n_samples=10000)[source]

Draw samples from the posterior distribution assuming the data are non-informative, e.g., sample from the prior distribution.

Parameters:
n_samples: int

The number of samples to simulate.

Returns:
posterior: pd.DataFrame

The simulated samples.