Dean
Dean
My input on this: I would like a function that takes in a column and returns the Nth shifted value. For context, I have a database of trades and want...
Thanks, before I merge can you add some unit tests aswell please
Hi Toby, thanks for using the package and using it to teach! Yes, it is possible with a few functions. I've just pushed to the master branch the first half...
Yeah this is a problem with the multivariate normal mixtures. I use the `mvtnorm` package for the multivariate density and draws. The functions from the package aren't vectorised, so lose...
Hey thanks for bringing this up. Am I right in understanding that there would need to be another mentor for me to submit this as a project? If so, is...
Done. https://github.com/rstats-gsoc/gsoc2022/wiki/Improving-the-performance-of-multivariate-normal-models-in-dirichletprocess Comments/feedback appreciated and is there anything else you need me to do?
Sounds like a good addition, thanks for taking a look.
Hi Simon, thanks for using my package! No plans for the IBP at the moment, but I'll have a look into them and see if it might be a viable...
Hey, thanks for using the package. `dp$numberClusters` is the number of clusters for the last iteration of the fitting process, so will vary, it's just one sample of the DP...
Yeah everything above is correct, you `ClusterLabelPredict` is just one sample from the posterior and therefore need to do multiple draws, like you have. Unfortunately, nothing more convenient, but your...