GeneralizedAsymmetricLaplace/man/scaleGAL.Rd
2014-02-22 13:28:27 -05:00

28 lines
574 B
R

\name{scaleGAL}
\alias{scaleGAL}
\title{Apply scale and location transform to the GAL distribution}
\usage{
scaleGAL(param, type = "kappa", location, scale, log = FALSE)
}
\arguments{
\item{param}{Parameter vector}
\item{type}{Choose between "mu" or "kappa"
parametrization}
\item{location}{Location shift (unitary)}
\item{scale}{Scale shift (in standard deviations)}
\item{log}{Logical for log-parameters}
}
\value{
The transformed parameter vector
}
\description{
Apply scale and location transform to the GAL distribution
}
\author{
Francois Pelletier
}