InversePropensityWeighting.sample_prior_predictive#
- InversePropensityWeighting.sample_prior_predictive(**kwargs)#
Run the optional prior phase and populate
prior_result.Keyword arguments override
model.prior_sample_kwargsfor this call only. Re-running overwrites the previous prior groups andprior_resultwithout touching any posterior state.- Returns:
The same experiment, for chaining.
- Return type:
Self
- Parameters:
**kwargs (
Any) – Forwarded topymc.sample_prior_predictive(), overriding the model’s storedprior_sample_kwargsfor this call only.- Raises:
PriorPredictiveNotSupportedException – If the model backend declares no prior predictive capability.