Dirichlet Process simple example - #125
Conversation
|
Yes, this example would be useful to include in the package documentation, and I would be happy to do so. Before merging the pull request, I have a couple questions about the example:
Thanks. |
| @@ -0,0 +1,209 @@ | |||
| .. index:: Examples; Dirichlet Process: Simulaion Study | |||
There was a problem hiding this comment.
fix typos of "simulation" and check rest of the document as well.
|
Also I think all (or most?) of the examples use real data rather than simulation so maybe we should consider sticking to that standard. |
|
@bdeonovic That sounds good to me! How about the old faithful data? here I have seen that used in a couple GMM examples, would that make sense to you? |
|
Old faithful would be a good data set for GMM (it is basically two clusters if I rememeber correctly, is that right?) another good data set is the iris data set |
Not sure if this example is useful in this form, please let me know if I can adapt it to something, or if you don't even want a DP example feel free to close.