GeneralizedAsymmetricLaplace/man/cfGAL.Rd

28 lines
485 B
Text
Raw Normal View History

2014-01-03 04:43:57 +00:00
\name{cfGAL}
\alias{cfGAL}
2014-01-03 02:17:20 +00:00
\title{Characteristic function of GAL distribution}
\usage{
2014-01-03 04:43:57 +00:00
cfGAL(u, param, type = "mu", log = FALSE)
2014-01-03 02:17:20 +00:00
}
\arguments{
\item{u}{Transform variate}
\item{param}{Parameter vector}
\item{type}{Choose between "mu" or "kappa"
parametrization}
2014-01-03 04:43:57 +00:00
\item{log}{Logical for log-parameters}
2014-01-03 02:17:20 +00:00
}
\value{
Characteristic function value at point u for given
parameter vector
}
\description{
Characteristic function of GAL distribution
}
\author{
Francois Pelletier
}