Ajout de l'intégrale pGAL
This commit is contained in:
parent
2a94c8656e
commit
6fedfa826e
5 changed files with 57 additions and 2 deletions
26
man/pGAL.Rd
Normal file
26
man/pGAL.Rd
Normal 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
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue