SkillAgentSearch skills...

ExtraDistr

Additional univariate and multivariate distributions

Install / Use

/learn @twolodzko/ExtraDistr

README

⚠️ This project has changed ownership

After several years of maintaining it, I decided to retire and pass over the maintainance of it to the community. You can find the contact to the new maintainer(s) on CRAN.


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.

Related Skills

View on GitHub
GitHub Stars53
CategoryDevelopment
Updated2mo ago
Forks12

Languages

C++

Security Score

85/100

Audited on Jan 19, 2026

No findings