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 9a066e7 commit 3d958adCopy full SHA for 3d958ad
pymc/distributions/bound.py
@@ -145,12 +145,12 @@ class Bound:
145
146
Parameters
147
----------
148
- dist: PyMC unnamed distribution
+ dist : PyMC unnamed distribution
149
Distribution to be transformed into a bounded distribution created via the
150
`.dist()` API.
151
- lower: float or array like, optional
+ lower : float or array like, optional
152
Lower bound of the distribution.
153
- upper: float or array like, optional
+ upper : float or array like, optional
154
Upper bound of the distribution.
155
156
Examples
0 commit comments