InstrumentalVariableRegression.sample_posterior#

InstrumentalVariableRegression.sample_posterior(**kwargs)[source]#

Sample the IV posterior phase.

Parameters:

**kwargs (Any) – Keyword arguments override sample_kwargs.

Return type:

DataTree

Notes

Posterior predictive sampling follows via sample_predictive_distribution() using the ppc_sampler recorded at build() time (default None, which skips it).