dm13450 / dirichletprocess

Build dirichletprocess objects for data analysis
https://dm13450.github.io/dirichletprocess/
58 stars 14 forks source link

Wrong number of dimensions in Likelihood.normal() #29

Open sergioventurini opened 1 year ago

sergioventurini commented 1 year ago

Hi there,

I have another question regarding the size of the 'theta' parameters in the Likelihood.normal() function: it appears that the object returned by that function is a vector, while shouldn't it be a matrix with columns equal to the number of clusters?

The same comment applies to Likelihood.beta().

Please, let me know if this makes sense. Thanks!