Ajout de l'intégrale pGAL

This commit is contained in:
François Pelletier 2014-03-15 11:43:24 -04:00
parent 2a94c8656e
commit 6fedfa826e
5 changed files with 57 additions and 2 deletions

26
man/pGAL.Rd Normal file
View file

@ -0,0 +1,26 @@
\name{pGAL}
\alias{pGAL}
\title{Distribution function for the GAL distribution}
\usage{
pGAL(x, param, type = "mu", log = FALSE)
}
\arguments{
\item{x}{vector of quantiles}
\item{param}{Parameter vector}
\item{type}{Choose between "mu" or "kappa"
parametrization}
\item{log}{Logical for log-parameters}
}
\value{
distribution at quantile x
}
\description{
Distribution function for the GAL distribution
}
\author{
Francois Pelletier
}