Description Usage Arguments Value Examples
Gets discrete probability distribution for serial interval using given shape and rate parameters.
1 | get_ps(si_shape, si_rate, k = 100)
|
si_shape |
A float, shape parameter for gamma distribution. |
si_rate |
A float, rate parameter for gamma distribution. |
k |
An integer, maximum length of gamma distribution |
List with values for discrete gamma distribution with length
k
.
1 | getPs(si_shape=1.47, si_rate=0.04529, k=100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.