-A function to compute the rolling standard deviation for a time series.
Usage
rollsd(cases, lag_t)
Arguments
cases
the time series of the newly observed cases per unit of time (ideally per day).
lag_t
integer - the size of the rolling window for which the rolling standard deviation is calculated (minimum/default value = 7, maximum recommended value = 30).