File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1111 " import matplotlib.pyplot as plt\n " ,
1212 " import pymc3 as pm\n " ,
1313 " import seaborn as sns\n " ,
14+ " import arviz as az\n " ,
1415 " from utils import ECDF\n " ,
1516 " from data import load_kruschke\n " ,
1617 " \n " ,
488489 "metadata" : {},
489490 "outputs" : [],
490491 "source" : [
491- " traces = pm .traceplot(trace_alt)"
492+ " traces = az .traceplot(trace_alt)"
492493 ]
493494 },
494495 {
497498 "metadata" : {},
498499 "outputs" : [],
499500 "source" : [
500- " pm .plot_posterior(trace_alt, varnames =['mu', 'effect_size'])"
501+ " az .plot_posterior(trace_alt, var_names =['mu', 'effect_size'])"
501502 ]
502503 },
503504 {
521522 ],
522523 "metadata" : {
523524 "kernelspec" : {
524- "display_name" : " bayesian-modelling-tutorial " ,
525+ "display_name" : " Python 3 " ,
525526 "language" : " python" ,
526- "name" : " bayesian-modelling-tutorial "
527+ "name" : " python3 "
527528 },
528529 "language_info" : {
529530 "codemirror_mode" : {
535536 "name" : " python" ,
536537 "nbconvert_exporter" : " python" ,
537538 "pygments_lexer" : " ipython3" ,
538- "version" : " 3.6.6 "
539+ "version" : " 3.6.8 "
539540 },
540541 "toc" : {
541542 "base_numbering" : 1 ,
You can’t perform that action at this time.
0 commit comments