Generate a Discretized Serial Interval Distribution
generate_vector_serial.Rd
This function generates a discretized serial interval distribution based on the gamma distribution characterized by the specified mean and standard deviation.
Details
The serial interval distribution is discretized using a gamma distribution with shape and scale parameters derived from the specified mean and standard deviation. The discretization is performed by computing the difference in the cumulative distribution function (CDF) of the gamma distribution at successive integer time points.