2014-02-14 04:46:32 +00:00
|
|
|
\name{scaleGAL}
|
|
|
|
\alias{scaleGAL}
|
|
|
|
\title{Apply scale and location transform to the GAL distribution}
|
|
|
|
\usage{
|
2014-02-22 18:28:27 +00:00
|
|
|
scaleGAL(param, type = "kappa", location, scale, log = FALSE)
|
2014-02-14 04:46:32 +00:00
|
|
|
}
|
|
|
|
\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)}
|
2014-02-22 18:28:27 +00:00
|
|
|
|
|
|
|
\item{log}{Logical for log-parameters}
|
2014-02-14 04:46:32 +00:00
|
|
|
}
|
|
|
|
\value{
|
|
|
|
The transformed parameter vector
|
|
|
|
}
|
|
|
|
\description{
|
|
|
|
Apply scale and location transform to the GAL distribution
|
|
|
|
}
|
|
|
|
\author{
|
|
|
|
Francois Pelletier
|
|
|
|
}
|
|
|
|
|