All Projects → UBC-Stat-ML → blangSDK

UBC-Stat-ML / blangSDK

Licence: BSD-2-Clause license
Blang's software development kit

Programming Languages

Xtend
68 projects
java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to blangSDK

flowtorch-old
Separating Normalizing Flows code from Pyro and improving API
Stars: ✭ 36 (+71.43%)
Mutual labels:  bayesian-inference, probabilistic-graphical-models, bayesian-statistics, probabilistic-models
Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (+3519.05%)
Mutual labels:  bayesian-inference, mcmc, bayesian-statistics
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (+719.05%)
Mutual labels:  bayesian-inference, mcmc, bayesian-statistics
Turing.jl
Bayesian inference with probabilistic programming.
Stars: ✭ 1,150 (+5376.19%)
Mutual labels:  bayesian-inference, mcmc, bayesian-statistics
Bat.jl
A Bayesian Analysis Toolkit in Julia
Stars: ✭ 82 (+290.48%)
Mutual labels:  bayesian-inference, mcmc, bayesian-statistics
MultiBUGS
Multi-core BUGS for fast Bayesian inference of large hierarchical models
Stars: ✭ 28 (+33.33%)
Mutual labels:  bayesian-inference, mcmc, markov-chain-monte-carlo
Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (+319.05%)
Mutual labels:  bayesian-inference, mcmc, bayesian-statistics
pysgmcmc
Bayesian Deep Learning with Stochastic Gradient MCMC Methods
Stars: ✭ 31 (+47.62%)
Mutual labels:  bayesian-inference, mcmc, markov-chain-monte-carlo
SCICoNE
Single-cell copy number calling and event history reconstruction.
Stars: ✭ 20 (-4.76%)
Mutual labels:  bayesian-inference, mcmc
Exoplanet
Fast & scalable MCMC for all your exoplanet needs!
Stars: ✭ 122 (+480.95%)
Mutual labels:  bayesian-inference, mcmc
Rethinking Tensorflow Probability
Statistical Rethinking (2nd Ed) with Tensorflow Probability
Stars: ✭ 152 (+623.81%)
Mutual labels:  bayesian-inference, bayesian-statistics
Rethinking Pyro
Statistical Rethinking with PyTorch and Pyro
Stars: ✭ 116 (+452.38%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bcpd
Bayesian Coherent Point Drift (BCPD/BCPD++); Source Code Available
Stars: ✭ 116 (+452.38%)
Mutual labels:  bayesian-inference, bayesian-statistics
Statsexpressions
Expressions and dataframes with statistical details 📉 📜🔣✅
Stars: ✭ 144 (+585.71%)
Mutual labels:  bayesian-inference, bayesian-statistics
Gpstuff
GPstuff - Gaussian process models for Bayesian analysis
Stars: ✭ 106 (+404.76%)
Mutual labels:  bayesian-inference, mcmc
Dynamichmc.jl
Implementation of robust dynamic Hamiltonian Monte Carlo methods (NUTS) in Julia.
Stars: ✭ 172 (+719.05%)
Mutual labels:  bayesian-inference, bayesian-statistics
Nimble
The base NIMBLE package for R
Stars: ✭ 95 (+352.38%)
Mutual labels:  bayesian-inference, mcmc
Beast2
Bayesian Evolutionary Analysis by Sampling Trees
Stars: ✭ 156 (+642.86%)
Mutual labels:  bayesian-inference, mcmc
TransformVariables.jl
Transformations to contrained variables from ℝⁿ.
Stars: ✭ 52 (+147.62%)
Mutual labels:  bayesian-inference, bayesian-statistics
Mcmc
Collection of Monte Carlo (MC) and Markov Chain Monte Carlo (MCMC) algorithms applied on simple examples.
Stars: ✭ 218 (+938.1%)
Mutual labels:  bayesian-inference, mcmc

Summary Build Status

Prospective/current users: please vist the project web page for more information.

Blang developers: in addition to the above resources, see also the documentation repository for more information.

This is one of the repositories hosting Blang's code. This one contains the Blang's SDK (Software Development Kit), including:

  • Basic datatypes suitable for sampling.
  • Infrastructure to create new data types and distributions.
  • Inference algorithms for such datatypes, such as Adaptive Non-Reversible Parallel Tempering and Sequential Change of Measure.
  • Standard probability distributions.
  • MCMC testing infrastructure.
  • Runtime to perform static analysis to infer the factor graph and its sparsity patterns.
  • Automated post-processing facilities (MCMC diagnostic, trace/density/pmf/summaries generation, etc).

See this readme for a roadmap of the other key repositories (language infrastructure, examples, supporting libraries, etc)

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].