LinearRegression.sample_prior_predictive#

LinearRegression.sample_prior_predictive(**kwargs)#

Sample the prior predictive phase and merge it into idata.

Parameters:

**kwargs (Any) – Keyword arguments override prior_sample_kwargs for this call only.

Return type:

DataTree

Notes

Re-sampling overwrites the previous prior / prior_predictive groups without touching any other group.