All Projects → pcubillos → mc3

pcubillos / mc3

Licence: MIT License
Python MCMC Sampler

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to mc3

walker
Bayesian Generalized Linear Models with Time-Varying Coefficients
Stars: ✭ 38 (+52%)
Mutual labels:  mcmc
posts
Pieces of code that have appeared on my blog with a focus on stochastic simulations.
Stars: ✭ 31 (+24%)
Mutual labels:  mcmc
SMC.jl
Sequential Monte Carlo algorithm for approximation of posterior distributions.
Stars: ✭ 53 (+112%)
Mutual labels:  mcmc
rss
Regression with Summary Statistics.
Stars: ✭ 42 (+68%)
Mutual labels:  mcmc
DynamicHMCExamples.jl
Examples for Bayesian inference using DynamicHMC.jl and related packages.
Stars: ✭ 33 (+32%)
Mutual labels:  mcmc
l2hmc-qcd
Application of the L2HMC algorithm to simulations in lattice QCD.
Stars: ✭ 33 (+32%)
Mutual labels:  mcmc
go-topics
Latent Dirichlet Allocation
Stars: ✭ 23 (-8%)
Mutual labels:  mcmc
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (+40%)
Mutual labels:  mcmc
BAS
BAS R package https://merliseclyde.github.io/BAS/
Stars: ✭ 36 (+44%)
Mutual labels:  mcmc
Chempy
Start with the Chempy tutorial
Stars: ✭ 21 (-16%)
Mutual labels:  mcmc
MultiBUGS
Multi-core BUGS for fast Bayesian inference of large hierarchical models
Stars: ✭ 28 (+12%)
Mutual labels:  mcmc
CorBinian
CorBinian: A toolbox for modelling and simulating high-dimensional binary and count-data with correlations
Stars: ✭ 15 (-40%)
Mutual labels:  mcmc
mcmc
A C++ library of Markov Chain Monte Carlo (MCMC) methods
Stars: ✭ 108 (+332%)
Mutual labels:  mcmc
anesthetic
Nested Sampling post-processing and plotting
Stars: ✭ 34 (+36%)
Mutual labels:  mcmc
cmdstanr
CmdStanR: the R interface to CmdStan
Stars: ✭ 82 (+228%)
Mutual labels:  mcmc
SpinMonteCarlo.jl
Markov chain Monte Carlo solver for lattice spin systems implemented by Julialang
Stars: ✭ 35 (+40%)
Mutual labels:  mcmc
bayesian-stats-with-R
Material for a workshop on Bayesian stats with R
Stars: ✭ 55 (+120%)
Mutual labels:  mcmc
Torsten
library of C++ functions that support applications of Stan in Pharmacometrics
Stars: ✭ 38 (+52%)
Mutual labels:  mcmc
pyaneti
A multi-planet Radial Velocity and Transit modelling software
Stars: ✭ 26 (+4%)
Mutual labels:  mcmc
phyml
PhyML -- Phylogenetic estimation using (Maximum) Likelihood
Stars: ✭ 125 (+400%)
Mutual labels:  mcmc

mc3: Multi-core Markov-chain Monte Carlo

A Python implementation of the Markov-chain Monte Carlo algorithm.

Build Status Documentation Status PyPI Conda Version GitHub

Install as:

pip install mc3

or:

conda install -c conda-forge mc3

Docs at:

https://mc3.readthedocs.io/en/latest/

Cite as:

@ARTICLE{CubillosEtal2017apjRednoise,
       author = {{Cubillos}, Patricio and {Harrington}, Joseph and {Loredo}, Thomas J. and {Lust}, Nate B. and {Blecic}, Jasmina and {Stemm}, Madison},
        title = "{On Correlated-noise Analyses Applied to Exoplanet Light Curves}",
      journal = {\aj},
     keywords = {methods: statistical, planets and satellites: fundamental parameters, techniques: photometric, Astrophysics - Earth and Planetary Astrophysics},
         year = 2017,
        month = jan,
       volume = {153},
       number = {1},
          eid = {3},
        pages = {3},
          doi = {10.3847/1538-3881/153/1/3},
archivePrefix = {arXiv},
       eprint = {1610.01336},
 primaryClass = {astro-ph.EP},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2017AJ....153....3C},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
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].