项目作者: twolodzko

项目描述 :
Additional univariate and multivariate distributions
高级语言: C++
项目地址: git://github.com/twolodzko/extraDistr.git
创建时间: 2016-04-03T19:51:19Z
项目社区:https://github.com/twolodzko/extraDistr

开源协议:

下载


Warning: this repository is not activelly maintained anymore

If you have a feature request or bug report, feel free to send a pull request.


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.