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

33 lines
712 B
R

\name{diffcgfGAL}
\alias{diffcgfGAL}
\title{Differenciation of the cumulant generating fonction of the
GAL distribution}
\usage{
diffcgfGAL(u, order, param, eval.time = 1, type = "mu", log = FALSE)
}
\arguments{
\item{u}{Transform variate point of evaluation}
\item{order}{Order of differenciation}
\item{param}{Parameters of the GAL distirbution}
\item{eval.time}{Time of the process}
\item{type}{Choose between "mu" or "kappa"
parametrization}
\item{log}{Logical for log-parameters}
}
\value{
The value of the derivative at the transform variate point
of evaluation
}
\description{
Differenciation of the cumulant generating fonction of the
GAL distribution
}
\author{
Francois Pelletier
}