Skip to content

Commit e906c86

Browse files
committed
Merge pull request #999 from AustinRochford/dirichlet-process-mixture-example
Add Dirichlet process mixture model
2 parents 666424a + b7651e0 commit e906c86

File tree

3 files changed

+1221
-0
lines changed

3 files changed

+1221
-0
lines changed

docs/notebooks/dp_mix.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../pymc3/examples/dp_mix.ipynb

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ pages:
2525
- 'Gaussian Process (GP) smoothing': 'GP-smoothing.md'
2626
- 'Bayesian Logistic Regression for predicting salary': 'Bayesian_LogReg.md'
2727
- 'Modelling Energy Market data with an Autoregressive Model': 'arma_example.md'
28+
- 'Density Estimation with Dirichlet Process Mixtures': 'dp_mix.md'

pymc3/examples/dp_mix.ipynb

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

0 commit comments

Comments
 (0)