Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Bayesian Data Analysis *with PyMC*
======================

###For those in a hurry
### For those in a hurry

My first attempt to adapt to Python (using PyMC) the R code from "Doing Bayesian Data Analysis",
by John K. Krushcke.

####Models done so far:
#### Models done so far:
- Inferring two binomials proportions and their difference;
- Hierarchical prior for Bernoulli likelihood;
- Metric variable for a single group;
- Simple linear regression;
- Oneway ANOVA.

###Quick References
### Quick References
>1. "Doing Bayesian Data Analysis", by John K. Krushcke
>[http://doingbayesiandataanalysis.blogspot.com.br/](http://doingbayesiandataanalysis.blogspot.com.br/)
>
Expand All @@ -24,7 +24,7 @@ by John K. Krushcke.
>[http://pymc-devs.github.io/pymc/](http://pymc-devs.github.io/pymc/)


###For those with some time to spare
### For those with some time to spare

After many years avoiding any book on statistics, I found myself interested on bayesian methods
when I first heard about them in the NLTK (Natural Language ToolKit for Python) Book.
Expand Down