File tree Expand file tree Collapse file tree 6 files changed +51
-51
lines changed
docs/source/api/distributions Expand file tree Collapse file tree 6 files changed +51
-51
lines changed Original file line number Diff line number Diff line change @@ -6,36 +6,36 @@ Continuous
6
6
.. autosummary ::
7
7
:toctree: generated/
8
8
9
- Uniform
10
- Flat
11
- HalfFlat
12
- Normal
13
- TruncatedNormal
9
+ AsymmetricLaplace
14
10
Beta
15
- Kumaraswamy
16
- Exponential
17
- Laplace
18
- StudentT
19
11
Cauchy
20
- HalfCauchy
21
- Gamma
22
- Weibull
23
- HalfStudentT
24
- LogNormal
25
12
ChiSquared
26
- HalfNormal
27
- Wald
28
- Pareto
29
- InverseGamma
30
13
ExGaussian
31
- VonMises
32
- SkewNormal
33
- Triangular
14
+ Exponential
15
+ Flat
16
+ Gamma
34
17
Gumbel
18
+ HalfCauchy
19
+ HalfFlat
20
+ HalfNormal
21
+ HalfStudentT
22
+ Interpolated
23
+ InverseGamma
24
+ Kumaraswamy
25
+ Laplace
35
26
Logistic
36
27
LogitNormal
37
- Interpolated
38
- Rice
28
+ LogNormal
39
29
Moyal
40
- AsymmetricLaplace
30
+ Normal
31
+ Pareto
41
32
PolyaGamma
33
+ Rice
34
+ SkewNormal
35
+ StudentT
36
+ Triangular
37
+ TruncatedNormal
38
+ Uniform
39
+ VonMises
40
+ Wald
41
+ Weibull
Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ Discrete
6
6
.. autosummary ::
7
7
:toctree: generated
8
8
9
- Binomial
10
- BetaBinomial
11
9
Bernoulli
12
- DiscreteWeibull
13
- Poisson
14
- NegativeBinomial
10
+ BetaBinomial
11
+ Binomial
12
+ Categorical
15
13
DiracDelta
16
- ZeroInflatedPoisson
17
- ZeroInflatedBinomial
18
- ZeroInflatedNegativeBinomial
19
14
DiscreteUniform
15
+ DiscreteWeibull
20
16
Geometric
21
17
HyperGeometric
22
- Categorical
18
+ NegativeBinomial
23
19
OrderedLogistic
24
20
OrderedProbit
21
+ Poisson
22
+ ZeroInflatedBinomial
23
+ ZeroInflatedNegativeBinomial
24
+ ZeroInflatedPoisson
Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ Multivariate
6
6
.. autosummary ::
7
7
:toctree: generated
8
8
9
- MvNormal
10
- MvStudentT
11
- ZeroSumNormal
9
+ CAR
12
10
Dirichlet
13
- Multinomial
14
11
DirichletMultinomial
15
- OrderedMultinomial
16
- Wishart
17
- WishartBartlett
18
- LKJCorr
12
+ KroneckerNormal
19
13
LKJCholeskyCov
14
+ LKJCorr
20
15
MatrixNormal
21
- KroneckerNormal
22
- CAR
16
+ Multinomial
17
+ MvNormal
18
+ MvStudentT
19
+ OrderedMultinomial
23
20
StickBreakingWeights
21
+ Wishart
22
+ WishartBartlett
23
+ ZeroSumNormal
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Timeseries
7
7
:toctree: generated
8
8
9
9
AR
10
- GaussianRandomWalk
11
- GARCH11
12
10
EulerMaruyama
11
+ GARCH11
12
+ GaussianRandomWalk
13
13
MvGaussianRandomWalk
14
14
MvStudentTRandomWalk
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ Transform instances are the entities that should be used in the
13
13
.. autosummary ::
14
14
:toctree: generated
15
15
16
- simplex
17
- logodds
18
- log_exp_m1
16
+ circular
19
17
log
18
+ log_exp_m1
19
+ logodds
20
+ simplex
20
21
sum_to_1
21
- circular
22
22
23
23
24
24
Specific Transform Classes
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Distribution utilities
6
6
.. autosummary ::
7
7
:toctree: generated/
8
8
9
- Distribution
10
- Discrete
11
9
Continuous
12
10
CustomDist
11
+ Discrete
12
+ Distribution
13
13
SymbolicRandomVariable
You can’t perform that action at this time.
0 commit comments