Skip to content

Instantly share code, notes, and snippets.

@fonnesbeck
Created March 24, 2014 12:06
Show Gist options
  • Save fonnesbeck/9738947 to your computer and use it in GitHub Desktop.
Save fonnesbeck/9738947 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"name": "",
"signature": "sha256:19df314c0290d3507f26ef2a2e31a55c6fdbcadca92c8b2432d58bf02177a5e3"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "code",
"collapsed": false,
"input": [
"from pymc.examples import gelman_bioassay\n",
"from pymc import MCMC"
],
"language": "python",
"metadata": {},
"outputs": [],
"prompt_number": 1
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"M = MCMC(gelman_bioassay)\n",
"M.sample(10000)"
],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
"text": [
"\r",
" [--------- 25% ] 2556 of 10000 complete in 0.5 sec"
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"\r",
" [-----------------52% ] 5266 of 10000 complete in 1.0 sec"
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"\r",
" [-----------------80%---------- ] 8089 of 10000 complete in 1.5 sec"
]
},
{
"output_type": "stream",
"stream": "stdout",
"text": [
"\r",
" [-----------------100%-----------------] 10000 of 10000 complete in 1.8 sec"
]
}
],
"prompt_number": 2
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment