Since both Approximate Bayesian Computation (ABC) and Recurrent Neural Network (RNN) are simulation-based inference methods, they require a model built from a large amount of simulated data before running. This model is then used to predict the most likely input parameters corresponding to the real data. Therefore, this function generates random input parameters using user-specified distributions and produces simulated data based on these parameters.
estimate_2_SBI(model, env, priors, control = list(), ...)A List containing, for each model, simulated data generated
using randomly sampled parameters.
Reinforcement Learning Model
multiRL.env
Prior probability density function of the free parameters, see priors
Settings manage various aspects of the iterative process, see control
Additional arguments passed to internal functions.