Skip to content

Commit 333698f

Browse files
author
juanitorduz
committed
update pymc
1 parent 2d9c6c1 commit 333698f

File tree

2 files changed

+69
-77
lines changed

2 files changed

+69
-77
lines changed

examples/time_series/Time_Series_Generative_Graph.ipynb

Lines changed: 68 additions & 76 deletions
Large diffs are not rendered by default.

examples/time_series/Time_Series_Generative_Graph.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Let's sample from the prior distribution to see how the AR(2) model behaves.
159159

160160
```{code-cell} ipython3
161161
with model:
162-
prior = pm.sample_prior_predictive(samples=100, random_seed=rng)
162+
prior = pm.sample_prior_predictive(samples=500, random_seed=rng)
163163
```
164164

165165
```{code-cell} ipython3

0 commit comments

Comments
 (0)