première version du package

This commit is contained in:
François Pelletier 2014-01-02 21:17:20 -05:00
parent 539e1ca5a1
commit 4c249b7bfc
145 changed files with 789 additions and 0 deletions

27
man/characteristicfn.Rd Normal file
View file

@ -0,0 +1,27 @@
\name{characteristicfn}
\alias{characteristicfn}
\title{Characteristic function of GAL distribution}
\usage{
characteristicfn(u, param, type = "mu", log = FALSE)
}
\arguments{
\item{u}{Transform variate}
\item{param}{Parameter vector}
\item{type}{Choose between "mu" or "kappa"
parametrization}
\item{log}{Boolean for log-parameters}
}
\value{
Characteristic function value at point u for given
parameter vector
}
\description{
Characteristic function of GAL distribution
}
\author{
Francois Pelletier
}