Skip to content

Commit e091b1b

Browse files
committed
Merge branch 'master' into gp-module
2 parents 7cda6ab + d4749cd commit e091b1b

35 files changed

+1283
-712
lines changed

docs/source/api/distributions/continuous.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,28 @@ Continuous
77

88
Uniform
99
Flat
10+
HalfFlat
1011
Normal
12+
HalfNormal
13+
SkewNormal
1114
Beta
1215
Exponential
1316
Laplace
1417
StudentT
18+
StudentTpos
1519
Cauchy
1620
HalfCauchy
1721
Gamma
1822
Weibull
19-
StudentTpos
2023
Lognormal
2124
ChiSquared
22-
HalfNormal
2325
Wald
2426
Pareto
2527
InverseGamma
2628
ExGaussian
29+
VonMises
30+
Triangular
31+
Gumbel
2732

2833
.. automodule:: pymc3.distributions.continuous
2934
:members:

docs/source/api/distributions/discrete.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ Discrete
66
.. autosummary::
77

88
Binomial
9+
ZeroInflatedBinomial
910
BetaBinomial
1011
Bernoulli
1112
Poisson
13+
ZeroInflatedPoisson
1214
NegativeBinomial
13-
ConstantDist
1415
ZeroInflatedPoisson
1516
DiscreteUniform
1617
Geometric
1718
Categorical
19+
DiscreteWeibull
20+
Constant
1821

1922
.. automodule:: pymc3.distributions.discrete
2023
:members:

docs/source/notebooks/AR.ipynb

Lines changed: 371 additions & 0 deletions
Large diffs are not rendered by default.

docs/source/notebooks/BEST.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"cell_type": "markdown",
161161
"metadata": {},
162162
"source": [
163-
"We follow Kruschke by making the prior for $\\mu$ exponentially distributed with a mean of 30; this allocates high prior probability over the regions of the parameter that describe the range from normal to heavy-tailed data under the Student-T distribution."
163+
"We follow Kruschke by making the prior for $\\nu$ exponentially distributed with a mean of 30; this allocates high prior probability over the regions of the parameter that describe the range from normal to heavy-tailed data under the Student-T distribution."
164164
]
165165
},
166166
{

docs/source/notebooks/Diagnosing_biased_Inference_with_Divergences.ipynb

Lines changed: 136 additions & 134 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)