Skip to content

Commit

Permalink
update distribution comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Jul 4, 2022
1 parent 456f978 commit 2f254b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/stan/epinowcast.stan
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data {
matrix[npmfs, neffs + 1] d_fixed; // design matrix for pmfs
int neff_sds; // number of standard deviations to use for pooling
matrix[neffs, neff_sds + 1] d_random; // Pooling pmf design matrix
int dist; // distribution used for pmfs (0 = lognormal, 1 = gamma)
int dist; // parametric distribution (0 = exp. 1 = lognormal, 2 = gamma)
// Reporting day model
int rd; // how many reporting days are there (t + dmax - 1)
int urds; // how many unique reporting days are there
Expand Down

0 comments on commit 2f254b3

Please sign in to comment.