steve-the-bayesian / BOOM

A C++ library for Bayesian modeling, mainly through Markov chain Monte Carlo, but with a few other methods supported. BOOM = "Bayesian Object Oriented Modeling". It is also the sound your computer makes when it crashes.
GNU Lesser General Public License v2.1
35 stars 14 forks source link

list_io needs a nested list element #34

Closed steve-the-bayesian closed 5 years ago

steve-the-bayesian commented 5 years ago

For complex models that have already been set up to work with an io_manager.
model[1], model[2], ...

Motivating example is the proxy model in MultivariateStateSpaceRegressionModel.

steve-the-bayesian commented 5 years ago

SubordinateModelIoElement added in Boom version 0.9.