2014-01-04 22:32:36 +00:00
|
|
|
\name{cmGAL}
|
|
|
|
\alias{cmGAL}
|
|
|
|
\title{Centered moments of the GAL distribution}
|
|
|
|
\usage{
|
2014-03-06 03:20:16 +00:00
|
|
|
cmGAL(param, order, type = "mu", log = FALSE)
|
2014-01-04 22:32:36 +00:00
|
|
|
}
|
|
|
|
\arguments{
|
|
|
|
\item{param}{Parameter vector}
|
|
|
|
|
2014-03-06 03:20:16 +00:00
|
|
|
\item{order}{Order of raw moment}
|
|
|
|
|
2014-01-04 22:32:36 +00:00
|
|
|
\item{type}{Choose between "mu" or "kappa"
|
|
|
|
parametrization}
|
|
|
|
|
|
|
|
\item{log}{Logical for log-parameters}
|
|
|
|
}
|
|
|
|
\value{
|
|
|
|
A numeric value of the centered moment
|
|
|
|
}
|
|
|
|
\description{
|
|
|
|
Centered moments of the GAL distribution
|
|
|
|
}
|
|
|
|
\author{
|
|
|
|
Francois Pelletier
|
|
|
|
}
|
|
|
|
|