A lightweight Elixir interface to CmdStan, the command line interface to the Stan probabilistic programming language.
Current section
Files
No matching files
data { int<lower=0> N; array[N] int<lower=0, upper=1> y; } parameters { real<lower=0, upper=1> theta; } model { theta ~ beta(1, 1); // uniform prior on interval 0,1 y ~ bernoulli(theta); }
Type any of these into the search box. They can be combined with free text which searches package names and descriptions.
Wrap values in double quotes to include spaces, e.g. name:"my package".
name:"my package"