Learn R Programming

GAS (version 0.3.4.1)

NumericalBounds: Numerical bounds imposed in parameters transformation.

Description

Prints the numerical bounds.

Usage

UpperNu()
LowerNu()
UpperA()
LowerA()
UpperB()
LowerB()

Arguments

Value

Prints the numerical bounds.

Author

Leopoldo Catania

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.

Examples

Run this code
UpperNu()
LowerNu()
UpperA()
LowerA()
UpperB()
LowerB()

Run the code above in your browser using DataLab