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.
1 parent 7d974d1 commit 3bdc175Copy full SHA for 3bdc175
pymc/distributions/continuous.py
@@ -2568,6 +2568,7 @@ class Weibull(PositiveContinuous):
2568
\exp(-(\frac{x}{\beta})^{\alpha})}{\beta^\alpha}
2569
2570
.. plot::
2571
+ :context: close-figs
2572
2573
import matplotlib.pyplot as plt
2574
import numpy as np
@@ -2594,9 +2595,9 @@ class Weibull(PositiveContinuous):
2594
2595
2596
Parameters
2597
----------
- alpha: float
2598
+ alpha : float
2599
Shape parameter (alpha > 0).
- beta: float
2600
+ beta : float
2601
Scale parameter (beta > 0).
2602
"""
2603
0 commit comments