febama_mcmc | R Documentation |
In the inference procedure, we take the MAP estimation with the standard BFGS algorithm.
If variable selection is considered (model_conf$algArgs$nIter > 1
) simultaneously with MAP,
we utilize the Gibbs sampler to perform variable selection over all forecasting models.
febama_mcmc(data, model_conf)
data |
A list with |
model_conf |
Parameter settings of FEBAMA framework. Defualt |
febama_mcmc
returns a list with the entries:
A list of (number of models -1) matrices of beta in every iteration.
A list of (number of models -1) matrices of betaIdx in every iteration.
A list of (number of models -1) matrices of accept probabilities in every iteration.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.