You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<incidence object>
[137439 cases from days 2020-01-28 to 2020-04-18]
$counts: matrix with 82 rows and 1 columns
$n: 137439 cases in total
$dates: 82 dates marking the left-side of bins
$interval: 1 day
$timespan: 82 days
$cumulative: FALSE
mu=3.96 and sigma=4.7, I get
> /// Early estimate of reproduction number (R) //
> // class: earlyR, list
>
> // Maximum-Likelihood estimate of R ($R_ml):
> numeric(0)
>
>
> // $lambda:
> NA 0.4175997 0.7332225 0.560698 1.273605 0.9786846...
>
> // $dates:
> [1] "2020-01-28" "2020-01-29" "2020-01-30" "2020-01-31" "2020-02-01" "2020-02-02"
> ...
>
> // $si (serial interval):
> A discrete distribution
> name: gamma
> parameters:
> shape: 0.695029362880886
> scale: 5.69760101010101
The text was updated successfully, but these errors were encountered:
I think I encountered the same issue as well. When I tried to simulate with 10,000 cases, the output is 0 but when I scale back to 1,000 cases, it works just fine.
using the most recent github version with
mu=3.96 and sigma=4.7, I get
The text was updated successfully, but these errors were encountered: