Ajout de mgfGAL.Rd
This commit is contained in:
parent
4c89e4193c
commit
d25ec6ae1d
1 changed files with 27 additions and 0 deletions
27
man/mgfGAL.Rd
Normal file
27
man/mgfGAL.Rd
Normal 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
|
||||
}
|
||||
|
Loading…
Reference in a new issue