Skip to content
#

stan

Here are 278 public repositories matching this topic...

bob-carpenter
bob-carpenter commented May 23, 2020

Summary:

It'd be nice to have a builder pattern for var contexts to make them easy to construct for testing. Something that could be used like this:

MatrixXd m(3, 2); 
...
var_context vc
  = var_context::builder()
    .matrix("a", m)
    .real("f", 2.3)
    .build();

Current Version:

v2.23.0

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

Extension functionality which uses Stan.jl, DynamicHMC.jl, and Turing.jl to estimate the parameters to differential equations and perform Bayesian probabilistic scientific machine learning

  • Updated Jul 24, 2021
  • Julia

Improve this page

Add a description, image, and links to the stan 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 stan topic, visit your repo's landing page and select "manage topics."

Learn more