cpyp
cpyp copied to clipboard
C++ library for modeling with Pitman-Yor processes
Results
1
cpyp issues
Sort by
recently updated
recently updated
newest added
I think you [got it](https://github.com/redpony/cpyp/blob/master/cpyp/crp.h#L296) wrong: ``` C++ for (auto& dish_loc : dish_locs_) lp += lgamma(dish_loc.second.num_tables()); ``` should be: ``` C++ for (auto& dish_loc : dish_locs_) for (auto& bin :...