Revision 6d78261792bad1b7ae2cd8b88a428e3ff198af9e authored by Mitzi Morris on 10 January 2020, 19:05:35 UTC, committed by Mitzi Morris on 10 January 2020, 19:05:35 UTC
1 parent 69cddce
Raw File
normal.stan
parameters {
  real y;
}
model {
  y ~ normal(0,1);
}
back to top