File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Distributions
1414 distributions/timeseries
1515 distributions/truncated
1616 distributions/censored
17+ distributions/custom
1718 distributions/simulator
1819 distributions/transforms
1920 distributions/utilities
Original file line number Diff line number Diff line change 1+ **********
2+ CustomDist
3+ **********
4+
5+ ..
6+ Manually follow the template in _templates/distribution.rst.
7+ If at any point, multiple objects are listed here,
8+ the pattern should instead be modified to that of the
9+ other API files such as api/distributions/continuous.rst
10+
11+ .. currentmodule :: pymc
12+
13+ .. autoclass :: CustomDist
14+
15+ .. rubric :: Methods
16+
17+ .. autosummary ::
18+ :toctree: classmethods
19+
20+ CustomDist.dist
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Distribution utilities
77 :toctree: generated/
88
99 Continuous
10- CustomDist
1110 Discrete
1211 Distribution
1312 SymbolicRandomVariable
You can’t perform that action at this time.
0 commit comments