GeneralizedAsymmetricLaplace/man/psaddleapproxGAL.Rd
2014-02-16 16:48:40 -05:00

27 lines
603 B
R

\name{psaddleapproxGAL}
\alias{psaddleapproxGAL}
\title{Saddlepoint approximation of the distribution function of the
GAL distribution}
\usage{
psaddleapproxGAL(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 distribution function
}
\description{
Saddlepoint approximation of the distribution function of
the GAL distribution
}