File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ generated quantities {
122122
123123 // Generate z[]
124124 // This code generates the posterior predictive distribution
125- // unconditioned on the observation
126125 for (i in 1 : M) {
127126 z[i, 1 ] = 1 ;
128127 for (t in 2 : n_occasions) {
Original file line number Diff line number Diff line change @@ -213,7 +213,6 @@ generated quantities {
213213
214214 // Generate z[]
215215 // This code generates the posterior predictive distribution
216- // unconditioned on the observation
217216 for (i in 1 : M) {
218217 int q = 1 ;
219218 real mu2;
Original file line number Diff line number Diff line change @@ -216,7 +216,6 @@ generated quantities {
216216
217217 // Generate w[] and z[]
218218 // This code generates the posterior predictive distribution
219- // unconditioned on the observation
220219 for (i in 1 : M) {
221220 int q = 1 ;
222221 if (bernoulli_rng( psi)) {
Original file line number Diff line number Diff line change @@ -227,7 +227,6 @@ generated quantities {
227227
228228 // Generate w[] and z[]
229229 // This code generates the posterior predictive distribution
230- // unconditioned on the observation
231230 for (i in 1 : M) {
232231 int q = 1 ;
233232 if (bernoulli_rng( psi)) {
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ generated quantities {
224224
225225 // Generate z[]
226226 // This code generates the posterior predictive distribution
227- // unconditioned on the observation
228227 for (i in 1 : M) {
229228 int q = 1 ;
230229 real mu2;
You can’t perform that action at this time.
0 commit comments