All Projects → bat → Bat.jl

bat / Bat.jl

Licence: other
A Bayesian Analysis Toolkit in Julia

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Bat.jl

Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (+7.32%)
Mutual labels:  mcmc, bayesian-inference, bayesian-statistics
Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (+826.83%)
Mutual labels:  mcmc, bayesian-inference, bayesian-statistics
Probflow
A Python package for building Bayesian models with TensorFlow or PyTorch
Stars: ✭ 95 (+15.85%)
Mutual labels:  statistics, bayesian-inference, bayesian-statistics
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (+109.76%)
Mutual labels:  mcmc, bayesian-inference, bayesian-statistics
blangSDK
Blang's software development kit
Stars: ✭ 21 (-74.39%)
Mutual labels:  bayesian-inference, mcmc, bayesian-statistics
Bayadera
High-performance Bayesian Data Analysis on the GPU in Clojure
Stars: ✭ 342 (+317.07%)
Mutual labels:  mcmc, statistics, bayesian-inference
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (-57.32%)
Mutual labels:  statistics, bayesian-inference, mcmc
Turing.jl
Bayesian inference with probabilistic programming.
Stars: ✭ 1,150 (+1302.44%)
Mutual labels:  mcmc, bayesian-inference, bayesian-statistics
Pymc3
Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Aesara
Stars: ✭ 6,214 (+7478.05%)
Mutual labels:  mcmc, bayesian-inference
Pytorch Bayesiancnn
Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.
Stars: ✭ 779 (+850%)
Mutual labels:  bayesian-inference, bayesian-statistics
Projpred
Projection predictive variable selection
Stars: ✭ 76 (-7.32%)
Mutual labels:  statistics, bayesian-inference
Pingouin
Statistical package in Python based on Pandas
Stars: ✭ 651 (+693.9%)
Mutual labels:  statistics, bayesian-statistics
Dbda Python
Doing Bayesian Data Analysis, 2nd Edition (Kruschke, 2015): Python/PyMC3 code
Stars: ✭ 502 (+512.2%)
Mutual labels:  mcmc, bayesian-inference
Bayesian Stats Modelling Tutorial
How to do Bayesian statistical modelling using numpy and PyMC3
Stars: ✭ 480 (+485.37%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bayesian Neural Networks
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more
Stars: ✭ 900 (+997.56%)
Mutual labels:  mcmc, bayesian-inference
Bayesflare
A python module to detect stellar flares using Bayesian model comparison
Stars: ✭ 6 (-92.68%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bayesian Analysis Recipes
A collection of Bayesian data analysis recipes using PyMC3
Stars: ✭ 479 (+484.15%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (+852.44%)
Mutual labels:  mcmc, bayesian-inference
Rhat ess
Rank-normalization, folding, and localization: An improved R-hat for assessing convergence of MCMC
Stars: ✭ 19 (-76.83%)
Mutual labels:  bayesian-inference, bayesian-statistics
Looper
A resource list for causality in statistics, data science and physics
Stars: ✭ 23 (-71.95%)
Mutual labels:  statistics, bayesian-inference

BAT.jl

Documentation for stable version Documentation for development version License Build Status Codecov DOI

Welcome to BAT, a Bayesian analysis toolkit in Julia.

BAT.jl currently includes:

  • Metropolis-Hastings MCMC sampling
  • Adaptive Harmonic Mean Integration (AHMI)
  • Plotting recipes for MCMC samples and statistics

Additional sampling algorithms and other features are in preparation.

BAT.jl originated as a rewrite/redesign of BAT, the Bayesian Analysis Toolkit in C++. BAT.jl now offer a different set of functionality and a wider variety of algorithms than it's C++ predecessor.

Installation

To install BAT.jl, start Julia and run

julia> using Pkg
julia> pkg"add BAT"

!!! note

BAT.jl requires Julia >= v1.3, we recommend to use Julia >= v1.5.

Documentation

Citing BAT.jl

When using BAT.jl for research, teaching or similar, please cite our work, see CITATION.bib.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].