We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f47938b + 55279f8 commit b1c84b3Copy full SHA for b1c84b3
pymc3/distributions/continuous.py
@@ -2624,7 +2624,7 @@ class Weibull(PositiveContinuous):
2624
======== ====================================================
2625
Support :math:`x \in [0, \infty)`
2626
Mean :math:`\beta \Gamma(1 + \frac{1}{\alpha})`
2627
- Variance :math:`\beta^2 \Gamma(1 + \frac{2}{\alpha} - \mu^2)`
+ Variance :math:`\beta^2 \Gamma(1 + \frac{2}{\alpha} - \mu^2/\beta^2)`
2628
2629
2630
Parameters
0 commit comments