R/ollggamma-package.R

#' Odd Log-Logistic Generalized Gamma Probability Distribution
#'
#' Density, distribution function, quantile function and random
#' generation for the Odd Log-Logistic Generalized Gamma probability
#' distribution.
#' 
#' @details
#' 
#' This package follows naming convention that is consistent with base R,
#' where density (or probability mass) functions, distribution functions,
#' quantile functions and random generation functions names are followed by
#' \code{d}, \code{p}, \code{q}, and \code{r} prefixes.
#' 
#' Behaviour of the functions is consistent with base R, where for
#' not valid parameters values \code{NaN}'s are returned, while
#' for values beyond function support \code{0}'s are returned
#' (e.g. for non-integers in discrete distributions, or for
#' negative values in functions with non-negative support).
#'
#' @docType package
#' @name OLL-G.Gamma
#'
#' @importFrom stats dgamma pgamma qgamma rgamma
#' @importFrom stats runif
NULL

Try the ollggamma package in your browser

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

ollggamma documentation built on Feb. 20, 2020, 5:08 p.m.