View source: R/argumentChecks.R
stab_conds_satisfied | R Documentation |
stab_conds_satisfied
checks whether the stability condition is satisfied
for each of the regimes.
stab_conds_satisfied(p, M, d, params, all_boldA = NULL, tolerance = 0.001)
p |
the autoregressive order of the model |
M |
the number of regimes |
d |
the number of time series in the system, i.e., the dimension |
params |
a real valued vector specifying the parameter values.
Should have the form
For models with...
Above, |
all_boldA |
3D array containing the |
tolerance |
Returns |
Does not support constrained parameter vectors.
Returns TRUE
if the stability condition is satisfied for all regimes and FALSE
if not.
According to the argument tolerance
, stab_conds_satisfied
may return FALSE
when the parameter
vector satisfies the stability conditions but is very close to the boundary (this is used to ensure numerical stability
in the estimation of the model parameters).
No argument checks!
Lütkepohl H. 2005. New Introduction to Multiple Time Series Analysis, Springer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.