compute_logml {bvhar} | R Documentation |
Extracting Log of Marginal Likelihood
Description
Compute log of marginal likelihood of Bayesian Fit
Usage
compute_logml(object, ...)
## S3 method for class 'bvarmn'
compute_logml(object, ...)
## S3 method for class 'bvharmn'
compute_logml(object, ...)
Arguments
object |
Model fit |
... |
not used |
Details
Closed form of Marginal Likelihood of BVAR can be derived by
Closed form of Marginal Likelihood of BVHAR can be derived by
Value
log likelihood of Minnesota prior model.
References
Giannone, D., Lenza, M., & Primiceri, G. E. (2015). Prior Selection for Vector Autoregressions. Review of Economics and Statistics, 97(2).
[Package bvhar version 2.0.1 Index]