2014-02-16 21:48:40 +00:00
|
|
|
\name{dsaddleapproxGAL}
|
|
|
|
\alias{dsaddleapproxGAL}
|
|
|
|
\title{Saddlepoint approximation of the density function of the
|
|
|
|
GAL distribution}
|
|
|
|
\usage{
|
|
|
|
dsaddleapproxGAL(x, param, eval.time = 1, type = "mu", log = FALSE)
|
|
|
|
}
|
|
|
|
\arguments{
|
|
|
|
\item{x}{vector of quantiles}
|
|
|
|
|
|
|
|
\item{param}{Parameter vector}
|
|
|
|
|
|
|
|
\item{eval.time}{Time of the process}
|
|
|
|
|
|
|
|
\item{type}{Choose between "mu" or "kappa"
|
|
|
|
parametrization}
|
|
|
|
|
|
|
|
\item{log}{Logical for log-parameters}
|
|
|
|
}
|
|
|
|
\value{
|
|
|
|
Saddlepoint approximation of the density function
|
|
|
|
}
|
|
|
|
\description{
|
|
|
|
Saddlepoint approximation of the density function of the
|
|
|
|
GAL distribution
|
|
|
|
}
|
2014-03-06 02:44:52 +00:00
|
|
|
\author{
|
|
|
|
Francois Pelletier
|
|
|
|
}
|
2014-02-16 21:48:40 +00:00
|
|
|
|