Skip to content

Commit e34998c

Browse files
committed
fix docs
1 parent bfbdff7 commit e34998c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/distributions/gallery/discrete_weibull.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Discrete Weibull distribution is predominantly used in reliability engineeri
2525
Support :math:`x \in \mathbb{N}_0`
2626
Mean :math:`\mu = \sum_{x = 1}^{\infty} q^{x^{\beta}}`
2727
Variance :math:`2 \sum_{x = 1}^{\infty} x q^{x^{\beta}} - \mu - \mu^2`
28-
======== ===============================================
28+
======== ==========================================
2929
```
3030

3131
**Parameters:**

docs/distributions/gallery/weibull.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This distribution is widely used in fields like engineering, survival analysis,
2525
Support :math:`x \in [0, \infty)`
2626
Mean :math:`\beta \Gamma(1 + \frac{1}{\alpha})`
2727
Variance :math:`\beta^2 \Gamma(1 + \frac{2}{\alpha} - \mu^2/\beta^2)`
28-
======== ====================================================
28+
======== ==========================================
2929
```
3030

3131
**Parameters:**

docs/examples/gallery/working_with_distributions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ One important note is that PreliZ computes the [excess kurtosis](https://en.wiki
109109

110110
```{jupyter-execute}
111111
112-
pz.Normal().kurtosis()
112+
pz.Normal(0, 1).kurtosis()
113113
```
114114

115115
## Alternative parametrization

0 commit comments

Comments
 (0)