Skip to content

update notebook rendering: Bayes Factor #395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 20, 2022
Merged
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
25 changes: 20 additions & 5 deletions examples/diagnostics_and_criticism/Bayes_factor.ipynb
Original file line number Diff line number Diff line change
@@ -1107,9 +1107,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Authors\n",
"* Authored by Osvaldo Martin\n",
"* Updated by Osvaldo Martin in May, 2022"
"* Authored by Osvaldo Martin in September, 2017 ([pymc#2563](https://github.com/pymc-devs/pymc/pull/2563))\n",
"* Updated by Osvaldo Martin in August, 2018 ([pymc#3124](https://github.com/pymc-devs/pymc/pull/3124))\n",
"* Updated by Osvaldo Martin in May, 2022 ([pymc-examples#342](https://github.com/pymc-devs/pymc-examples/pull/342))"
]
},
{
@@ -1150,14 +1150,29 @@
"%load_ext watermark\n",
"%watermark -n -u -v -iv -w"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
":::{include} ../page_footer.md\n",
":::"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"interpreter": {
"hash": "d4ca51fc2fdee62b1a00ff5126f64ae66836e25d3ba6f45d8551026256283997"
},
"kernelspec": {
"display_name": "Python 3.9.7 ('base')",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
@@ -1171,7 +1186,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.5"
}
},
"nbformat": 4,
15 changes: 11 additions & 4 deletions myst_nbs/diagnostics_and_criticism/Bayes_factor.myst.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ jupytext:
format_version: 0.13
jupytext_version: 1.13.7
kernelspec:
display_name: Python 3.9.7 ('base')
display_name: Python 3 (ipykernel)
language: python
name: python3
---
@@ -283,9 +283,9 @@ In this example the observed data $y$ is more consistent with `model_1` (because

+++

## Authors
* Authored by Osvaldo Martin
* Updated by Osvaldo Martin in May, 2022
* Authored by Osvaldo Martin in September, 2017 ([pymc#2563](https://github.com/pymc-devs/pymc/pull/2563))
* Updated by Osvaldo Martin in August, 2018 ([pymc#3124](https://github.com/pymc-devs/pymc/pull/3124))
* Updated by Osvaldo Martin in May, 2022 ([pymc-examples#342](https://github.com/pymc-devs/pymc-examples/pull/342))

+++

@@ -295,3 +295,10 @@ In this example the observed data $y$ is more consistent with `model_1` (because
%load_ext watermark
%watermark -n -u -v -iv -w
```

:::{include} ../page_footer.md
:::

```{code-cell} ipython3
```