We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f344397 commit af637d2Copy full SHA for af637d2
RELEASE-NOTES.md
@@ -6,6 +6,8 @@
6
7
- Track the model log-likelihood as a sampler stat for NUTS and HMC samplers
8
(accessible as `trace.get_sampler_stats('model_logp')`) (#3134)
9
+- Add Incomplete Beta function `incomplete_beta(a, b, value)`
10
+- Add log CDF functions to continuous distributions: `Beta`, `Cauchy`, `ExGaussian`, `Exponential`, `Flat`, `Gumbel`, `HalfCauchy`, `HalfFlat`, `HalfNormal`, `Laplace`, `Logistic`, `Lognormal`, `Normal`, `Pareto`, `StudentT`, `Triangular`, `Uniform`, `Wald`, `Weibull`.
11
12
### Maintenance
13
0 commit comments