Skip to content

Commit 2888017

Browse files
committed
fix comments in covid model
1 parent 885bd18 commit 2888017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter/covid-inf-rate/stan/hier_sens_spec_offset_mult.stan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ data {
66
int y_sample; // for j = 1
77
int n_sample; // for j = 1
88
int J_spec;
9-
int y_spec [J_spec]; // no samples for j > 1
9+
int y_spec [J_spec]; // unknown for j = 1
1010
int n_spec [J_spec];
1111
int J_sens;
12-
int y_sens [J_sens]; // no samples for j > 1
12+
int y_sens [J_sens]; // unknown for j = 1
1313
int n_sens [J_sens];
1414
}
1515
parameters {

0 commit comments

Comments
 (0)