Skip to content

Commit d577203

Browse files
committed
Correct comments
delete "unconditioned on the observation" in the comments
1 parent d22fc71 commit d577203

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

BPA/Ch.10/js_ms.stan

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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) {

BPA/Ch.10/js_rest_occ.stan

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

BPA/Ch.10/js_super.stan

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)) {

BPA/Ch.10/js_super_indran.stan

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)) {

BPA/Ch.10/js_tempran.stan

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)