Skip to content

Commit

Permalink
Reverted the presidential dataset.
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusab committed Feb 12, 2016
1 parent 36694f2 commit d96c21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Given that **mcmc.js** and **distributions.js** have been imported, here is how


```JavaScript
// The heights of the last nine American presidents in cm, from Kennedy to Obama
var data = [183, 192, 182, 177, 185, 188, 188, 182, 185];
// The heights of the last ten American presidents in cm, from Kennedy to Obama
var data = [183, 192, 182, 183, 177, 185, 188, 188, 182, 185];

var params = {
mu: {type: "real"},
Expand Down

0 comments on commit d96c21b

Please sign in to comment.