R/dgumbel-package.R

## Copyright (C) 2020 Berent Lunde
## License: GPL-3

#' \code{dgumbel} is a package for the Gumbel distribution. It imports the density function, the distribution function
#' the quantile function and a random generating function. In addition, it supports gradient functions for the 
#' above mentioned functions (excluding random generating function).
#' 
#' Important functions:
#' 
#' \itemize{
#' \item \code{\link{dgumbel}}: density function
#' \item \code{\link{pgumbel}}: distribution function
#' \item \code{\link{qgumbel}}: quantile function
#' \item \code{\link{rgumbel}}: random generating function
#' }
#' 
#' See individual function documentation for usage.
#'
#' @docType package
#' @name dgumbel
#' @title The Gumbel Distribution
#'
#' @author Berent Ånund Strømnes Lunde

Try the dgumbel package in your browser

Any scripts or data that you put into this service are public.

dgumbel documentation built on April 17, 2020, 1:15 a.m.