Skip to content

Commit

Permalink
stan demos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jachym.Barvinek committed Sep 9, 2024
1 parent adc83cd commit db2e2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stan_demos/metaanalysis.stan
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
data {
int N; // num experiments
int<lower=1> N; // num experiments
array[N] int<lower=0> successes;
array[N] int<lower=0> failures;
}
Expand Down

0 comments on commit db2e2fb

Please sign in to comment.