params |
a real valued parameter vector specifying the model.
- For non-restricted models:
-
Size (M(p+3)+M−M1−1x1) vector θ = (υ1 ,..., υM ,
α1,...,αM−1, ν ) where
-
υm =(ϕm,0, ϕm , σm2)
-
ϕm =(ϕm,1,...,ϕm,p),m=1,...,M
-
ν =(νM1+1,...,νM)
-
M1 is the number of GMAR type regimes.
In the GMAR model, M1=M and the parameter ν dropped. In the StMAR model, M1=0 .
If the model imposes linear constraints on the autoregressive parameters:
Replace the vectors ϕm with the vectors ψm that satisfy
ϕm = Cmψm (see the argument constraints ).
- For restricted models:
-
Size (3M+M−M1+p−1x1) vector θ =(ϕ1,0,...,ϕM,0, ϕ ,
σ12,...,σM2, α1,...,αM−1, ν ), where ϕ =(ϕ1,...,ϕp)
contains the AR coefficients, which are common for all regimes.
If the model imposes linear constraints on the autoregressive parameters:
Replace the vector ϕ with the vector ψ that satisfies
ϕ = Cψ (see the argument constraints ).
Symbol ϕ denotes an AR coefficient, σ2 a variance, α a mixing weight, and ν a degrees of
freedom parameter. If parametrization=="mean" , just replace each intercept term ϕm,0 with the regimewise mean
μm=ϕm,0/(1−∑ϕi,m) . In the G-StMAR model, the first M1 components are GMAR type
and the rest M2 components are StMAR type.
Note that in the case M=1, the mixing weight parameters α are dropped, and in the case of StMAR or G-StMAR model,
the degrees of freedom parameters ν have to be larger than 2 .
|
constraints |
specifies linear constraints imposed to each regime's autoregressive parameters separately.
- For non-restricted models:
a list of size (pxqm) constraint matrices Cm of full column rank
satisfying ϕm = Cmψm for all m=1,...,M , where
ϕm =(ϕm,1,...,ϕm,p) and ψm =(ψm,1,...,ψm,qm) .
- For restricted models:
a size (pxq) constraint matrix C of full column rank satisfying
ϕ = Cψ , where ϕ =(ϕ1,...,ϕp) and
ψ =ψ1,...,ψq .
The symbol ϕ denotes an AR coefficient. Note that regardless of any constraints, the autoregressive order
is always p for all regimes.
Ignore or set to NULL if applying linear constraints is not desired.
|