24 lines
411 B
R
24 lines
411 B
R
\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
|
|
}
|
|
|