Skip to content

Commit

Permalink
Adding new notebook for conjugate sampling (#4199)
Browse files Browse the repository at this point in the history
* Adding new notebook for conjugate sampling

* Running precommit over notebook

* Fixing conflict for table of contents

* Updates to conjugate sampling notebook

* Fixing text and changing inline image format for conjugate sampling notebook

* Updating release notes to reference new conjugate samling notebook

* Updating release notes to reference new conjugate sampling notebook
  • Loading branch information
ckrapu authored Nov 19, 2020
1 parent c5c9a14 commit ec0ee58
Show file tree
Hide file tree
Showing 3 changed files with 644 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

### Documentation

* Added a new notebook demonstrating how to incorporate sampling from a conjugate Dirichlet-multinomial posterior density in conjunction with other step methods (see [#4199](https://github.com/pymc-devs/pymc3/pull/4199)).

### New features
- `sample_posterior_predictive_w` can now feed on `xarray.Dataset` - e.g. from `InferenceData.posterior`. (see [#4042](https://github.com/pymc-devs/pymc3/pull/4042))
- Added `pymc3.gp.cov.Circular` kernel for Gaussian Processes on circular domains, e.g. the unit circle (see [#4082](https://github.com/pymc-devs/pymc3/pull/4082)).
Expand Down
Loading

0 comments on commit ec0ee58

Please sign in to comment.