stan-dev / stanc3

The Stan transpiler (from Stan to C++ and beyond).
BSD 3-Clause "New" or "Revised" License
140 stars 46 forks source link

Add vectorised signatures for categorical, categorical_logit, and ordered_logistic #782

Open andrjohns opened 3 years ago

andrjohns commented 3 years ago

This Math PR vectorises the RNGs and lpmfs of the ordered_logistic, categorical, and categorical_logit distrubtions.

The following signatures were added:

I'll add these signatures once the PR goes through

WardBrian commented 1 month ago

The linked math PR never got merged -- still planning on it?