szbvar, szbsvar and, msbvar
(and their posterior samplers).posterior.fit(varobj, A0.posterior.obj=NULL, maxiterbs=500) A list of the class "posterior.fit.VAR" that includes the following
elements:
A list of the class "posterior.fit.MSBVAR" that includes the following elements:
The computations are done using compiled C++ and Fortran code as of version 0.3.0. See the package source code for details about the implementation.
Fruhwirth-Schnatter, Sylvia. 2006. Finite Mixture and Markov Switching Models. Springer Series in Statistics New York: Springer., esp. Sections 5.4 and 5.5.
szbvar,
szbsvar,
gibbs.A0,
gibbs.msbvar, and
print.posterior.fit for a print method.varobj <- szbsvar(Y, p, z = NULL, lambda0, lambda1, lambda3, lambda4,
lambda5, mu5, mu6, ident, qm = 4)
A0.posterior <- gibbs.A0(varobj, N1, N2)
fit <- posterior.fit(varobj, A0.posterior)
print(fit)Run the code above in your browser using DataLab