File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 10
10
":::{post} January, 2017\n",
11
11
":tags: priors\n",
12
12
":category: intermediate, how-to\n",
13
+ ":author: [David Brochart](https://github.com/davidbrochart)\n",
13
14
":::"
14
15
]
15
16
},
406
407
"``````"
407
408
]
408
409
},
410
+ {
411
+ "cell_type": "markdown",
412
+ "metadata": {},
413
+ "source": [
414
+ "## Authors\n",
415
+ "- Created by [David Brochart](https://github.com/davidbrochart) ([pymc#1878](https://github.com/pymc-devs/pymc/pull/1878)) on May 2017.\n",
416
+ "- Updated by [Juan Orduz](https://github.com/juanitorduz) on August 2024."
417
+ ]
418
+ },
409
419
{
410
420
"cell_type": "code",
411
421
"execution_count": 10,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ kernelspec:
16
16
:::{post} January, 2017
17
17
:tags: priors
18
18
:category: intermediate, how-to
19
+ :author: [ David Brochart] ( https://github.com/davidbrochart )
19
20
:::
20
21
21
22
+++
@@ -208,6 +209,12 @@ There is an alternative way in `pymc-experimental` trough the function {func}`~p
208
209
> {func}`~pymc.distributions.transforms.log` for standard deviation posterior.
209
210
``````
210
211
212
+ +++
213
+
214
+ ## Authors
215
+ - Created by [David Brochart](https://github.com/davidbrochart) ([pymc#1878](https://github.com/pymc-devs/pymc/pull/1878)) on May 2017.
216
+ - Updated by [Juan Orduz](https://github.com/juanitorduz) on August 2024.
217
+
211
218
```{code-cell} ipython3
212
219
%load_ext watermark
213
220
%watermark -n -u -v -iv -w
You can’t perform that action at this time.
0 commit comments