Construct an example BridgeStan StanModel
object for a Gaussian model.
Source: R/bridges.R
example_gaussian_stan_model.Rd
Requires BridgeStan package to be installed. Generative model is assumed to
be of the form y ~ normal(mu, sigma)
for unknown mu ~ normal(0, 3)
and
sigma ~ half_normal(0, 3)
.