GeneralizedAsymmetricLaplace/man/mGAL.Rd
2014-01-04 17:32:36 -05:00

26 lines
442 B
R

\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
}