GeneralizedAsymmetricLaplace/man/skewnessGAL.Rd

25 lines
411 B
Text
Raw Normal View History

2014-01-04 22:32:36 +00:00
\name{skewnessGAL}
\alias{skewnessGAL}
\title{Skewness of the GAL distribution}
\usage{
skewnessGAL(param, type = "mu", log = FALSE)
}
\arguments{
\item{param}{Parameter vector}
\item{type}{Choose between "mu" or "kappa"
parametrization}
\item{log}{Logical for log-parameters}
}
\value{
A numeric value of the skewness
}
\description{
Skewness of the GAL distribution
}
\author{
Francois Pelletier
}