Skip to content

Commit

Permalink
make simulated delay unbounded
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Sep 1, 2023
1 parent 311dce0 commit b5191aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/stan/data/simulation_delays.stan
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
int<lower = 0> delay_n; // number of delay distribution distributions
int<lower = 0> delay_n_p; // number of parametric delay distributions
int<lower = 0> delay_n_np; // number of nonparametric delay distributions
real<lower = 0> 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<lower = 0> delay_sd[n, delay_n_p]; // prior sd of sd of delay distribution
int<lower = 1> delay_max[delay_n_p]; // maximum delay distribution
int<lower = 0> delay_dist[delay_n_p]; // 0 = lognormal; 1 = gamma
Expand Down

0 comments on commit b5191aa

Please sign in to comment.