From b5191aadc0e8868ba5ed92615f5ec61e93184c2d Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Fri, 1 Sep 2023 16:03:26 +0100 Subject: [PATCH] make simulated delay unbounded --- inst/stan/data/simulation_delays.stan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/stan/data/simulation_delays.stan b/inst/stan/data/simulation_delays.stan index d2af64f18..7e5251626 100644 --- a/inst/stan/data/simulation_delays.stan +++ b/inst/stan/data/simulation_delays.stan @@ -1,7 +1,7 @@ int delay_n; // number of delay distribution distributions int delay_n_p; // number of parametric delay distributions int delay_n_np; // number of nonparametric delay distributions - real delay_mean[n, delay_n_p]; // prior mean of mean delay distribution + real delay_mean[n, delay_n_p]; // prior mean of mean delay distribution real delay_sd[n, delay_n_p]; // prior sd of sd of delay distribution int delay_max[delay_n_p]; // maximum delay distribution int delay_dist[delay_n_p]; // 0 = lognormal; 1 = gamma