Skip to content

Commit a28bed5

Browse files
committed
Updated GEV
1 parent e4317db commit a28bed5

File tree

4 files changed

+5872
-105
lines changed

4 files changed

+5872
-105
lines changed

examples/case_studies/GEV.ipynb

Lines changed: 78 additions & 98 deletions
Large diffs are not rendered by default.

examples/case_studies/GEV.myst.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jupytext:
55
format_name: myst
66
format_version: 0.13
77
kernelspec:
8-
display_name: pymc4-dev
8+
display_name: default
99
language: python
10-
name: pymc4-dev
10+
name: python3
1111
---
1212

1313
# Generalized Extreme Value Distribution
@@ -42,7 +42,7 @@ import arviz as az
4242
import matplotlib.pyplot as plt
4343
import numpy as np
4444
import pymc as pm
45-
import pymc_experimental.distributions as pmx
45+
import pymc_extras.distributions as pmx
4646
import pytensor.tensor as pt
4747
4848
from arviz.plots import plot_utils as azpu
@@ -230,7 +230,3 @@ az.plot_pair(idata, var_names=["μ", "σ", "ξ"], kind="kde", marginals=True, di
230230
%load_ext watermark
231231
%watermark -n -u -v -iv -w -p pytensor,arviz
232232
```
233-
234-
```{code-cell} ipython3
235-
236-
```

0 commit comments

Comments
 (0)