distr6-package | R Documentation |
distr6 is an object oriented (OO) interface, primarily used for interacting with probability distributions in R. Additionally distr6 includes functionality for composite distributions, a symbolic representation for mathematical sets and intervals, basic methods for common kernels and numeric methods for distribution analysis. distr6 is the official R6 upgrade to the distr family of packages.
The main features of distr6 are:
Currently implements 45 probability distributions (and 11 Kernels) including all distributions in the R stats package. Each distribution has (where possible) closed form analytic expressions for basic statistical methods.
Decorators that add further functionality to probability distributions including numeric results for useful modelling functions such as p-norms and k-moments.
Wrappers for composite distributions including convolutions, truncation, mixture distributions and product distributions.
To learn more about distr6, start with the distr6 vignette:
vignette("distr6", "distr6")
And for more advanced usage see the complete tutorials at
https://alan-turing-institute.github.io/distr6/index.html #nolint
Maintainer: Raphael Sonabend raphaelsonabend@gmail.com (ORCID)
Authors:
Franz Kiraly f.kiraly@ucl.ac.uk
Other contributors:
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de (Author of distr) [contributor]
Matthias Kohl Matthias.Kohl@stamats.de (Author of distr) [contributor]
Nurul Ain Toha nurul.toha.15@ucl.ac.uk [contributor]
Shen Chen seanchen9832@icloud.com [contributor]
Jordan Deenichin d.deenichin@gmail.com [contributor]
Chengyang Gao garoc371@gmail.com [contributor]
Chloe Zhaoyuan Gu guzhaoyuan@outlook.com [contributor]
Yunjie He zcakebx@ucl.ac.uk [contributor]
Xiaowen Huang hxw3678@gmail.com [contributor]
Shuhan Liu Shuhan.liu.99@gmail.com [contributor]
Runlong Yu edwinyurl@hotmail.com [contributor]
Chijing Zeng britneyzenguk@gmail.com [contributor]
Qian Zhou zcakqz1@ucl.ac.uk [contributor]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.