NumericalBounds {GAS} | R Documentation |
Numerical bounds imposed in parameters transformation.
Description
Prints the numerical bounds.
Usage
UpperNu()
LowerNu()
UpperA()
LowerA()
UpperB()
LowerB()
Details
UpperNu()
and LowerNu()
print the numerical upper and lower bounds for the degree
of freedom parameter of the Student–t distribution, std
. (including also sstd
and mvt
).
UpperA()
and LowerA()
print the numerical upper and lower bounds for the score parameter
in the GAS recursion. These bounds are applied to each diagonal element of the matrix A
that premultiplies the scaled score.
UpperB()
and LowerB()
print the numerical upper and lower bounds for the autoregressive
parameter in the GAS recursion. These bounds are applied to each diagonal element
of the matrix B
that premultiplies the past value of the parameters.
Value
Prints the numerical bounds.
Author(s)
Leopoldo Catania
Examples
UpperNu()
LowerNu()
UpperA()
LowerA()
UpperB()
LowerB()
[Package GAS version 0.3.4 Index]