All Projects → tpapp → LogDensityProblems.jl

tpapp / LogDensityProblems.jl

Licence: other
A common framework for implementing and using log densities for inference.

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to LogDensityProblems.jl

Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (+561.54%)
Mutual labels:  bayesian-methods, bayesian, bayesian-inference, mcmc, bayesian-data-analysis
DynamicHMCExamples.jl
Examples for Bayesian inference using DynamicHMC.jl and related packages.
Stars: ✭ 33 (+26.92%)
Mutual labels:  bayesian, bayesian-inference, mcmc, bayesian-data-analysis
Stan
Stan development repository. The master branch contains the current release. The develop branch contains the latest stable development. See the Developer Process Wiki for details.
Stars: ✭ 2,177 (+8273.08%)
Mutual labels:  bayesian-methods, bayesian, bayesian-inference, bayesian-data-analysis
Bda r demos
Bayesian Data Analysis demos for R
Stars: ✭ 409 (+1473.08%)
Mutual labels:  bayesian, bayesian-inference, mcmc, bayesian-data-analysis
Rstanarm
rstanarm R package for Bayesian applied regression modeling
Stars: ✭ 285 (+996.15%)
Mutual labels:  bayesian-methods, bayesian, bayesian-inference, bayesian-data-analysis
Bayadera
High-performance Bayesian Data Analysis on the GPU in Clojure
Stars: ✭ 342 (+1215.38%)
Mutual labels:  bayesian, bayesian-inference, mcmc, bayesian-data-analysis
Rhat ess
Rank-normalization, folding, and localization: An improved R-hat for assessing convergence of MCMC
Stars: ✭ 19 (-26.92%)
Mutual labels:  bayesian-methods, bayesian, bayesian-inference, bayesian-data-analysis
Bda py demos
Bayesian Data Analysis demos for Python
Stars: ✭ 781 (+2903.85%)
Mutual labels:  bayesian, bayesian-inference, mcmc, bayesian-data-analysis
Bayesian Analysis Recipes
A collection of Bayesian data analysis recipes using PyMC3
Stars: ✭ 479 (+1742.31%)
Mutual labels:  bayesian-methods, bayesian, bayesian-inference, bayesian-data-analysis
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (+34.62%)
Mutual labels:  bayesian, bayesian-inference, mcmc
MultiBUGS
Multi-core BUGS for fast Bayesian inference of large hierarchical models
Stars: ✭ 28 (+7.69%)
Mutual labels:  bayesian, bayesian-inference, mcmc
Dynamichmc.jl
Implementation of robust dynamic Hamiltonian Monte Carlo methods (NUTS) in Julia.
Stars: ✭ 172 (+561.54%)
Mutual labels:  bayesian-methods, bayesian, bayesian-inference
Bayesian Stats Modelling Tutorial
How to do Bayesian statistical modelling using numpy and PyMC3
Stars: ✭ 480 (+1746.15%)
Mutual labels:  bayesian, bayesian-inference, bayesian-data-analysis
statrethink course in pymc3
Statistical Rethinking course in pymc3
Stars: ✭ 141 (+442.31%)
Mutual labels:  bayesian-methods, bayesian, bayesian-inference
Rethinking Pyro
Statistical Rethinking with PyTorch and Pyro
Stars: ✭ 116 (+346.15%)
Mutual labels:  bayesian-methods, bayesian-inference, bayesian-data-analysis
Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (+2823.08%)
Mutual labels:  bayesian-inference, mcmc, bayesian-data-analysis
Dbda Python
Doing Bayesian Data Analysis, 2nd Edition (Kruschke, 2015): Python/PyMC3 code
Stars: ✭ 502 (+1830.77%)
Mutual labels:  bayesian-inference, mcmc, bayesian-data-analysis
Gpstuff
GPstuff - Gaussian process models for Bayesian analysis
Stars: ✭ 106 (+307.69%)
Mutual labels:  bayesian, bayesian-inference, mcmc
Probabilistic Models
Collection of probabilistic models and inference algorithms
Stars: ✭ 217 (+734.62%)
Mutual labels:  bayesian, bayesian-inference, mcmc
Nimble
The base NIMBLE package for R
Stars: ✭ 95 (+265.38%)
Mutual labels:  bayesian-methods, bayesian-inference, mcmc

LogDensityProblems.jl

Lifecycle lifecycle build codecov.io Documentation Documentation

A common framework for implementing and using log densities for inference, providing the following functionality.

  1. The logdensity method with corresponding interface, which can be used by other packages that operate on (log) densities and need to evaluate the log densities or the gradients (eg MCMC, MAP, ML or similar methods).

  2. The ADgradient which makes objects that support logdensity to calculate log density values calculate log density gradients using various automatic differentiation packages.

  3. Various utility functions for debugging and testing log densities.

NOTE As of version 1.0, transformed log densities have been moved to TransformedLogDensities.jl. Existing code that uses TransformedLogDensity should add

using TransformedLogDensities

or equivalent.

See the documentation for details.

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