Skip to content
/ inferno Public

R-package development for "Bayesian nonparametric inference". In other words, just the direct application of probability theory to get the most general, principled, model-free inference we can have.

License

Notifications You must be signed in to change notification settings

pglpm/inferno

Repository files navigation

Ensemble of densities

Bayesian nonparametric inference

Documentation

This repository provides an R package and some theoretical background for Bayesian nonparametric inference under exchangeability, or "inference about populations". The package is under rapid development and has not reached a stable phase. This means that function names and arguments may still change. The package name is also still under consideration. However, the core functionalities and probability calculations work. While the code is still in its '0.X' phase, we recommend contacting the developers if you want to start using the package for a research project. We would love more "beta-testers"!

Contact

Please report bugs and request features or specific documentation on GitHub Issues. If you have other questions feel free to contact the developers:

Documentation

View the documentation at pglpm.github.io/inferno. As the code is still very much in the development phase the documentation is also a work in progress. Tutorials will be posted as soon as possible. Feel free to take a look at the draft on the theoretical foundation. A concrete example application in medicine is given in this paper; example applications in machine learning are this paper and this paper.

Installation

Install the package with R by using the remotes package:

remotes::install_github('pglpm/inferno')

To install a tagged version:

remotes::install_github('pglpm/[email protected]')

To install from source, first clone the repo:

git clone https://github.com/pglpm/inferno.git

then install the package in R:

install.packages(pkgs='path/to/inferno', repos=NULL)

the installation will automatically also install all required R-dependencies.

Further reading

For a low-level course on Bayesian nonparametric population inference see Foundations of data science.

About

R-package development for "Bayesian nonparametric inference". In other words, just the direct application of probability theory to get the most general, principled, model-free inference we can have.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published