swh:1:snp:befe93225465c4d51cf0a2943e83cef6438c2239
Raw File
Tip revision: e588e3a10bf22cb7dff4a49a848baac63d743c3f authored by Leopoldo Catania on 04 February 2022, 09:30:12 UTC
version 0.3.4
Tip revision: e588e3a
Bounds.Rd
\name{NumericalBounds}
\alias{NumericalBounds}
\alias{LowerNu}
\alias{UpperNu}
\alias{LowerA}
\alias{LowerB}
\alias{UpperA}
\alias{UpperB}
\title{
Numerical bounds imposed in parameters transformation.
}
\description{
Prints the numerical bounds.
}
\usage{
UpperNu()
LowerNu()
UpperA()
LowerA()
UpperB()
LowerB()
}
\details{
\code{UpperNu()} and \code{LowerNu()} print the numerical upper and lower bounds for the degree 
of freedom parameter of the Student--t distribution, \code{std}. (including also \code{sstd} and \code{mvt}).\cr
%
\code{UpperA()} and \code{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 \code{A} that premultiplies the scaled score.\cr
%
\code{UpperB()} and \code{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 \code{B} that premultiplies the past value of the parameters.\cr
%
}
\value{
Prints the numerical bounds.
}
\author{
Leopoldo Catania
}
\examples{
UpperNu()
LowerNu()
UpperA()
LowerA()
UpperB()
LowerB()
}
back to top