Skip to content

Commit 38bfc65

Browse files
authored
DOC: Add missing plots for discrete and continuous distributions (#2871)
* Plots of discrete distributions in the docstrings * Plots of discrete distributions in the docstrings * unify style and add missing continuous * fix several error after building locally * add line to clarify that formula correspond to pdf/pmf * fix indent
1 parent 023e572 commit 38bfc65

File tree

4 files changed

+596
-252
lines changed

4 files changed

+596
-252
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Gaussian Process implementation for efficient inference, along with
1212
lower-level functions such as `cartesian` and `kronecker` products.
1313
- Added `Coregion` covariance function.
14-
14+
- Plots of discrete distributions in the docstrings
1515

1616
### Fixes
1717

docs/source/api/distributions/continuous.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Continuous
2929
VonMises
3030
Triangular
3131
Gumbel
32+
Logistic
3233
Interpolated
3334

3435
.. automodule:: pymc3.distributions.continuous

0 commit comments

Comments
 (0)