bivar | R Documentation |
Bayesian Interacted Vector Autoregression
bivar(Data, plag=1,draws=5000,burnin=5000,prior="NG",SV=TRUE,h=0,thin=1, hyperpara=NULL,eigen=FALSE, Ex=NULL,cons=FALSE,trend=FALSE,applyfun=NULL,cores=NULL,verbose=TRUE)
Data |
Data in matrix form. |
Idata |
Data for interaction term in matrix form. |
plag |
number of lags |
draws |
number of saved draws. |
burnin |
number of burn-ins. |
prior |
which prior |
SV |
If set to |
h |
holdout-sample. |
thin |
thinning factor |
hyperpara |
hyperparameter set |
eigen |
should eigenvalues be computed? |
Ex |
exogenous variables to add to the model |
cons |
If set to |
trend |
If set to |
applyfun |
parallelization |
cores |
number of cores |
verbose |
verbosity option |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.