log_posterior | R Documentation |
Calculate the log posterior of unknown parameters in FEBAMA framework.
See model_conf_default
for more information of parameter settings.
log_posterior( data, beta, betaIdx, priArgs, varSelArgs, features_used, model_update = 1:length(betaIdx) )
data |
A list with |
beta |
A list of coefficient vectors of the features. |
betaIdx |
A list of indicator vectors. |
priArgs |
Parameter settings in the priors of |
varSelArgs |
Variable selection settings. |
features_used |
The features used for forecast combination. |
log_posterior
returns the value of log posterior.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.