View source: R/argumentChecks.R
in_paramspace_int | R Documentation |
in_paramspace_int
checks whether the parameter vector lies in the parameter
space.
in_paramspace_int(
p,
M,
d,
params,
model = c("GMVAR", "StMVAR", "G-StMVAR"),
all_boldA,
alphas,
all_Omega,
W_constraints = NULL,
stat_tol = 0.001,
posdef_tol = 1e-08,
df_tol = 1e-08
)
p |
a positive integer specifying the autoregressive order of the model. |
M |
|
d |
the number of time series in the system. |
params |
a real valued vector specifying the parameter values.
Above, In the GMVAR model, The notation is similar to the cited literature. |
model |
is "GMVAR", "StMVAR", or "G-StMVAR" model considered? In the G-StMVAR model, the first |
all_boldA |
3D array containing the |
alphas |
(Mx1) vector containing all mixing weight parameters, obtained from |
all_Omega |
3D array containing all covariance matrices |
W_constraints |
set |
stat_tol |
numerical tolerance for stationarity of the AR parameters: if the "bold A" matrix of any regime
has eigenvalues larger that |
posdef_tol |
numerical tolerance for positive definiteness of the error term covariance matrices: if the error term covariance matrix of any regime has eigenvalues smaller than this, the model is classified as not satisfying positive definiteness assumption. Note that if the tolerance is too small, numerical evaluation of the log-likelihood might fail and cause error. |
df_tol |
the parameter vector is considered to be outside the parameter space if all degrees of
freedom parameters are not larger than |
The parameter vector in the argument params
should be unconstrained and it is used for
structural models only.
Returns TRUE
if the given parameter values are in the parameter space and FALSE
otherwise.
This function does NOT consider the identifiability condition!
Kalliovirta L., Meitz M. and Saikkonen P. 2016. Gaussian mixture vector autoregression. Journal of Econometrics, 192, 485-498.
Virolainen S. (forthcoming). A statistically identified structural vector autoregression with endogenously switching volatility regime. Journal of Business & Economic Statistics.
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.
@keywords internal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.