ModelAdapter.sample_prior_predictive#

ModelAdapter.sample_prior_predictive(**kwargs)[source]#

Sample the prior predictive phase.

Parameters:

**kwargs (Any) – Forwarded to the backend’s prior-predictive sampler, overriding the model’s stored prior_sample_kwargs for this call only.

Raises:

PriorPredictiveNotSupportedException – For backends without a prior predictive phase.

Return type:

None