GeneralizedAsymmetricLaplace/man/cmGAL.Rd

27 lines
460 B
Text
Raw Normal View History

2014-01-04 22:32:36 +00:00
\name{cmGAL}
\alias{cmGAL}
\title{Centered moments of the GAL distribution}
\usage{
cmGAL(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 centered moment
}
\description{
Centered moments of the GAL distribution
}
\author{
Francois Pelletier
}