27 lines
442 B
Text
27 lines
442 B
Text
|
\name{mGAL}
|
||
|
\alias{mGAL}
|
||
|
\title{Raw moments of the GAL distribution}
|
||
|
\usage{
|
||
|
mGAL(order, param, type = "mu", log = FALSE)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{order}{Order of raw moment}
|
||
|
|
||
|
\item{param}{Parameter vector}
|
||
|
|
||
|
\item{type}{Choose between "mu" or "kappa"
|
||
|
parametrization}
|
||
|
|
||
|
\item{log}{Logical for log-parameters}
|
||
|
}
|
||
|
\value{
|
||
|
A numeric value of the raw moment
|
||
|
}
|
||
|
\description{
|
||
|
Raw moments of the GAL distribution
|
||
|
}
|
||
|
\author{
|
||
|
Francois Pelletier
|
||
|
}
|
||
|
|