-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Milestone
Description
Description
Requested by a user on the forums
Add broadcasting to the dirichlet distribution, so that the following are valid:
std::vector<VectorXd> ~ dirichlet(VectorXd)
std::vector<VectorXd> ~ dirichlet(std::vector<VectorXd>)
This should simplify the declaration for users, so that there's no need to loop over each individual vector in the array
Current Version:
v2.20.0