Ajout de mgfGAL.Rd

This commit is contained in:
François Pelletier 2014-01-03 01:42:13 -05:00
parent 4c89e4193c
commit d25ec6ae1d

27
man/mgfGAL.Rd Normal file
View file

@ -0,0 +1,27 @@
\name{mgfGAL}
\alias{mgfGAL}
\title{Moment generating function of GAL distribution}
\usage{
mgfGAL(u, param, type = "mu", log = FALSE)
}
\arguments{
\item{u}{Transform variate}
\item{param}{Parameter vector}
\item{type}{Choose between "mu" or "kappa"
parametrization}
\item{log}{Logical for log-parameters}
}
\value{
Moment generating function value at point u for given
parameter vector
}
\description{
Moment generating function of GAL distribution
}
\author{
Francois Pelletier
}