twolodzko / extraDistr

Additional univariate and multivariate distributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extraDistr

CRAN_Status_Badge GitHub Actions CI Coverage Status Downloads

Density, distribution function, quantile function and random generation for a number of univariate and multivariate distributions.

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 d*, p*, q*, and r* prefixes.

Behaviour of the functions mimics the base R, where for invalid parameters NaN's are returned, while for values beyond function support 0's are returned (e.g. for non-integers in discrete distributions, or for negative values in functions with non-negative support).

All the functions vectorized and coded in C++11 using Rcpp.

About

Additional univariate and multivariate distributions


Languages

Language:C++ 71.2%Language:R 28.6%Language:Just 0.1%Language:C 0.1%