View source: R/standardErrors.R
print_std_errors | R Documentation |
print_std_errors
prints the approximate standard errors of a GMVAR, StMVAR, or G-StMVAR model in the
same form as the parameters of objects of class 'gsmvar'
are printed.
print_std_errors(gsmvar, digits = 3)
gsmvar |
an object of class |
digits |
how many digits should be printed? |
The main purpose of print_std_errors
is to provide a convenient tool to match the standard
errors to certain parameter estimates. Note that if the model is intercept parametrized, there won't
be standard errors for the unconditional means, and vice versa. Also, there is no standard error for the
last mixing weight alpha_M because it is not parametrized.
Note that if linear constraints are imposed and they involve summations or multiplications, then the AR parameter standard errors are printed separately as they don't correspond one-to-one to the model parameter standard errors.
Kalliovirta L., Meitz M. and Saikkonen P. 2016. Gaussian mixture vector autoregression. Journal of Econometrics, 192, 485-498.
Kalliovirta L. and Saikkonen P. 2010. Reliable Residuals for Multivariate Nonlinear Time Series Models. Unpublished Revision of HECER Discussion Paper No. 247.
Virolainen S. 2022. Gaussian and Student's t mixture vector autoregressive model with application to the asymmetric effects of monetary policy shocks in the Euro area. Unpublished working paper, available as arXiv:2109.13648.
Virolainen S. 2025. A statistically identified structural vector autoregression with endogenously switching volatility regime. Journal of Business & Economic Statistics, 43, 1, 44-54.
profile_logliks
, fitGSMVAR
, GSMVAR
, print.gsmvar
,
swap_parametrization
# GMVAR(1,2) model
fit12 <- fitGSMVAR(gdpdef, p=1, M=2, ncalls=1, seeds=1)
fit12
print_std_errors(fit12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.