26 lines
460 B
R
26 lines
460 B
R
\name{cmGAL}
|
|
\alias{cmGAL}
|
|
\title{Centered moments of the GAL distribution}
|
|
\usage{
|
|
cmGAL(param, order, type = "mu", log = FALSE)
|
|
}
|
|
\arguments{
|
|
\item{param}{Parameter vector}
|
|
|
|
\item{order}{Order of raw moment}
|
|
|
|
\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
|
|
}
|
|
|