All Projects → tpapp → TransformVariables.jl

tpapp / TransformVariables.jl

Licence: other
Transformations to contrained variables from ℝⁿ.

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to TransformVariables.jl

Soss.jl
Probabilistic programming via source rewriting
Stars: ✭ 246 (+373.08%)
Mutual labels:  bayesian-inference, bayesian-statistics
Probflow
A Python package for building Bayesian models with TensorFlow or PyTorch
Stars: ✭ 95 (+82.69%)
Mutual labels:  bayesian-inference, bayesian-statistics
Turing.jl
Bayesian inference with probabilistic programming.
Stars: ✭ 1,150 (+2111.54%)
Mutual labels:  bayesian-inference, bayesian-statistics
Scikit Stan
A high-level Bayesian analysis API written in Python
Stars: ✭ 22 (-57.69%)
Mutual labels:  bayesian-inference, bayesian-statistics
Rethinking Tensorflow Probability
Statistical Rethinking (2nd Ed) with Tensorflow Probability
Stars: ✭ 152 (+192.31%)
Mutual labels:  bayesian-inference, bayesian-statistics
Resources
PyMC3 educational resources
Stars: ✭ 930 (+1688.46%)
Mutual labels:  bayesian-inference, bayesian-statistics
Paramonte
ParaMonte: Plain Powerful Parallel Monte Carlo and MCMC Library for Python, MATLAB, Fortran, C++, C.
Stars: ✭ 88 (+69.23%)
Mutual labels:  bayesian-inference, bayesian-statistics
Pytorch Bayesiancnn
Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.
Stars: ✭ 779 (+1398.08%)
Mutual labels:  bayesian-inference, bayesian-statistics
Statsexpressions
Expressions and dataframes with statistical details 📉 📜🔣✅
Stars: ✭ 144 (+176.92%)
Mutual labels:  bayesian-inference, bayesian-statistics
Rethinking Pyro
Statistical Rethinking with PyTorch and Pyro
Stars: ✭ 116 (+123.08%)
Mutual labels:  bayesian-inference, bayesian-statistics
flowtorch-old
Separating Normalizing Flows code from Pyro and improving API
Stars: ✭ 36 (-30.77%)
Mutual labels:  bayesian-inference, bayesian-statistics
Dynamichmc.jl
Implementation of robust dynamic Hamiltonian Monte Carlo methods (NUTS) in Julia.
Stars: ✭ 172 (+230.77%)
Mutual labels:  bayesian-inference, bayesian-statistics
Rhat ess
Rank-normalization, folding, and localization: An improved R-hat for assessing convergence of MCMC
Stars: ✭ 19 (-63.46%)
Mutual labels:  bayesian-inference, bayesian-statistics
Autoppl
C++ template library for probabilistic programming
Stars: ✭ 34 (-34.62%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bayesflare
A python module to detect stellar flares using Bayesian model comparison
Stars: ✭ 6 (-88.46%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bat.jl
A Bayesian Analysis Toolkit in Julia
Stars: ✭ 82 (+57.69%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bayesian Stats Modelling Tutorial
How to do Bayesian statistical modelling using numpy and PyMC3
Stars: ✭ 480 (+823.08%)
Mutual labels:  bayesian-inference, bayesian-statistics
Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (+1361.54%)
Mutual labels:  bayesian-inference, bayesian-statistics
Bcpd
Bayesian Coherent Point Drift (BCPD/BCPD++); Source Code Available
Stars: ✭ 116 (+123.08%)
Mutual labels:  bayesian-inference, bayesian-statistics
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (+230.77%)
Mutual labels:  bayesian-inference, bayesian-statistics

TransformVariables.jl

lifecycle build codecov.io Documentation Documentation

Successor of ContinuousTransformations.jl.

Features

  • Simple interface.
  • Fast implementation, unrolling when it makes sense.
  • Targeted to applications in statistics, mainly ML, MAP, and Bayesian inference.
  • Take advantage of Julia v0.7 features, especially named tuples and compiler optimizations.

Caveat

  • Work in progress. API will change rapidly, without warning.
  • Expect speed regressions until API is finalized.
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].