The Wayback Machine - https://web.archive.org/web/20210329061156/https://github.com/topics/boost
Skip to content
#

boost

Here are 812 public repositories matching this topic...

bnicenboim
bnicenboim commented Jun 1, 2017

Summary:

The functions for the categorical distribution only accept a column vector, it would be great if it could accept also row vectors.

Description:

I use the categorical distribution to go over a matrix N_obs x N_probabilities, so it's more natural for me to use row vectors than column vectors.

Current functions:

real categorical_lpmf(ints y | vector theta)
real

Improve this page

Add a description, image, and links to the boost topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the boost topic, visit your repo's landing page and select "manage topics."

Learn more