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

https://github.com/reactivebayes/bayesbase.jl

BayesBase is a package that serves as an umbrella, defining, exporting, and re-exporting methods essential for Bayesian statistics
https://github.com/reactivebayes/bayesbase.jl

bayesian-statistics rxinfer

Last synced: 8 months ago
JSON representation

BayesBase is a package that serves as an umbrella, defining, exporting, and re-exporting methods essential for Bayesian statistics

Awesome Lists containing this project

README

          

# BayesBase

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://reactivebayes.github.io/BayesBase.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://reactivebayes.github.io/BayesBase.jl/dev/)
[![Build Status](https://github.com/reactivebayes/BayesBase.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/reactivebayes/BayesBase.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/reactivebayes/BayesBase.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/reactivebayes/BayesBase.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)

`BayesBase` is a package that serves as an umbrella, defining, exporting, and re-exporting methods essential for Bayesian statistics specifically for the [`RxInfer` ecosystem](https://github.com/reactivebayes/RxInfer.jl).

Related projects:

- [`RxInfer`](https://github.com/reactivebayes/RxInfer.jl)
- [`ExponentialFamily`](https://github.com/reactivebayes/ExponentialFamily.jl)

# License

[MIT License](LICENSE) Copyright (c) 2023-2024 BIASlab, 2024-present ReactiveBayes