ModelAdapter.sample_posterior#

abstractmethod ModelAdapter.sample_posterior(**kwargs)[source]#

Sample the posterior phase with backend-appropriate conventions.

Parameters:

**kwargs (Any) – Forwarded to the backend’s posterior sampler, overriding the model’s stored sample_kwargs for this call only.

Return type:

Any