Skip to content

Commit 096d6fa

Browse files
aloctavodiajunpenglao
authored andcommitted
Refactor SMC and properly compute marginal likelihood (#3124)
* [WIP] refactor SMC and properly compute marginal likelihood * generalize to variables with shape > 1 * fix tests * use sample_prior_predictive to generate initial population * fix tests, for real * make test more robust, just in case * add experimental warning message add change to release note
1 parent cf0614e commit 096d6fa

File tree

6 files changed

+352
-1286
lines changed

6 files changed

+352
-1286
lines changed

RELEASE-NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Release Notes
22

33

4-
## PyMC3 3.6
4+
## PyMC3 3.6 (unreleased)
55

66
- Renamed `sample_ppc()` and `sample_ppc_w()` to `sample_posterior_predictive()` and `sample_posterior_predictive_w()`, respectively.
7+
- Refactor SMC and properly compute marginal likelihood (#3124)
8+
79

810
## PyMC 3.5 (July 21 2018)
911

@@ -440,3 +442,4 @@ Thus, Thomas, Chris and I are pleased to announce that PyMC3 is now in Beta.
440442
* maahnman <[email protected]>
441443
* paul sorenson <[email protected]>
442444
* zenourn <[email protected]>
445+

0 commit comments

Comments
 (0)