An open API service indexing awesome lists of open source software.

https://github.com/mrshoenel/r-mmb

R package for arbitrary dependency mixed multivariate bayesian models for regression, classification and neighborhood search using joint probabilities and Kernel Density Estimation.
https://github.com/mrshoenel/r-mmb

bayes-classifier cran kernel-density-estimation neighborhood-search package r regression-models

Last synced: 12 days ago
JSON representation

R package for arbitrary dependency mixed multivariate bayesian models for regression, classification and neighborhood search using joint probabilities and Kernel Density Estimation.

Awesome Lists containing this project

README

          

|Version|Status|Coverage|Downloads|
|:-|:-|:-|:-|
|[![CRAN version](https://www.r-pkg.org/badges/version/mmb?r=1)](https://cran.r-project.org/package=mmb)|[![Travis build status](https://travis-ci.org/MrShoenel/R-mmb.svg?branch=master)](https://travis-ci.org/MrShoenel/R-mmb)|[![Codecov test coverage](https://codecov.io/gh/MrShoenel/R-mmb/branch/master/graph/badge.svg)](https://codecov.io/gh/MrShoenel/R-mmb?branch=master)|![Codecov test coverage](https://cranlogs.r-pkg.org/badges/mmb?color=brightgreen)|

# R-package: `mmb` [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4046001.svg)](https://doi.org/10.5281/zenodo.4046001)
This is the repository of the R-package __`mmb`__ for _arbitrary dependency mixed multivariate bayesian models for inferencing, regression and neighborhood search using joint probabilities and Kernel Density Estimation._

__Install using `CRAN`__:


install.packages("mmb")

## Installation of latest release
The `master`-branch always contains a release-version. Sometimes there may be a short delay between the master-version and what is on CRAN. In this case, you can still install the latest release using the package `devtools` (mind the _`subdir`_):


R> devtools::install_github("https://github.com/MrShoenel/R-mmb", subdir = "pkg/mmb", ref = "master")

## Documentation and function reference

The latest documentation can be found at .

## Citing
Please use the following BibTeX to cite the package __`mmb`__:


@article{honel2020rmmb,
title={mmb: Arbitrary Dependency Mixed Multivariate Bayesian Models},
DOI={10.5281/zenodo.4046002},
url={https://doi.org/10.5281/zenodo.4046002},
note={Install this package from CRAN: install.packages("mmb")},
publisher={Zenodo},
author={Sebastian Hönel},
year={2020},
month={Sep}
}

## Building the package
That's easy! Just run:


> Rscript build.R all

This builds everything, generates manuals (PDF and HTML) and packages the archive.