Skip to content

Commit fba44d7

Browse files
committed
update syntax funnel_reparm.stan
1 parent c5a6910 commit fba44d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/funnel/funnel_reparam.stan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ transformed parameters {
66
real y;
77
vector[9] x;
88

9-
y <- 3.0 * y_raw;
10-
x <- exp(y/2) * x_raw;
9+
y = 3.0 * y_raw;
10+
x = exp(y/2) * x_raw;
1111
}
1212
model {
1313
y_raw ~ normal(0,1);

0 commit comments

Comments
 (0)