-
Notifications
You must be signed in to change notification settings - Fork 3
examples_of_python_MCMC
npalmer edited this page Jan 27, 2015
·
1 revision
Some examples of it applied to computational problems:
*Examples from PyMC: https://github.com/pymc-devs/pymc/wiki
-
Nice simple examples which suggest possible api-style approaches:
-
Application to a successful Astrophuysics project:
-
Tutorial chapter on model fitting, which contains the "sample" method and others -- key for our possible similar code. The method we care about here appears to be "Sampler:"
-
Nice general tutorial on Bayesian MCMC:
-
Their actual API.
-
Technical references:
- MacKay's Information Theory, Inference, and Learning Algorithms -- note that author posts book free online.
- Paper explaining the process: http://arxiv.org/abs/1202.3665
-
examples:
Bottom-Up Approach
- Overview
- Presentation [ pdf ]
- Suggested Modules List
- Examples in Progress
- Replication Wishlist
- Important Questions
Top-Down Approach
- Overview
- Top-down-topics
- Extending the Dolo or Dynare languages
- Replication Wishlist
- Important Questions
Participation and E-Publication
Lessons from Open Source
Languages and Tools
Related Groups and Conferences
- Zotero Reading List
- SCE
- SED
Notes and Archives
In Progress