Compute the discretized density function for gamma distribution
Source:R/discretize_gamma.R
discretize_gamma.Rd
The serial interval distribution expresses the probability of the symptom onset of a secondary infection occurred a given number of days after the primary infection. The serial interval distribution is commonly represented by a discretized Gamma distribution in literature, parametrized by the shape and scale parameters.
Examples
discretize_gamma(1:30, shape = 1, scale = 1)
#> [1] 6.321206e-01 2.325442e-01 8.554821e-02 3.147143e-02 1.157769e-02
#> [6] 4.259195e-03 1.566870e-03 5.764193e-04 2.120528e-04 7.800987e-05
#> [11] 2.869823e-05 1.055749e-05 3.883883e-06 1.428801e-06 5.256264e-07
#> [16] 1.933671e-07 7.113580e-08 2.616940e-08 9.627183e-09 3.541643e-09
#> [21] 1.302898e-09 4.793093e-10 1.763280e-10 6.486744e-11 2.386347e-11
#> [26] 8.778756e-12 3.229639e-12 1.188050e-12 4.370948e-13 1.607603e-13