Description Usage Arguments Value
View source: R/argumentChecks.R
parameter_checks
checks dimension, restrictions, and stationarity of the given parameter
of a GMAR, StMAR, or G-StMAR model. Throws an error if any check fails. Does NOT consider the identifiability
condition!
1 2 3 4 5 6 7 8 | parameter_checks(
p,
M,
params,
model = c("GMAR", "StMAR", "G-StMAR"),
restricted = FALSE,
constraints = NULL
)
|
p |
a positive integer specifying the autoregressive order of the model. |
M |
|
params |
a real valued parameter vector specifying the model.
Symbol φ denotes an AR coefficient, σ^2 a variance, α a mixing weight, and ν a degrees of
freedom parameter. If |
model |
is "GMAR", "StMAR", or "G-StMAR" model considered? In the G-StMAR model, the first |
restricted |
a logical argument stating whether the AR coefficients φ_{m,1},...,φ_{m,p} are restricted to be the same for all regimes. |
constraints |
specifies linear constraints imposed to each regime's autoregressive parameters separately.
The symbol φ denotes an AR coefficient. Note that regardless of any constraints, the autoregressive order
is always |
Throws an informative error if any check fails. Does not return anything.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.