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
WARN [2025-03-28 11:25:41] estimate_secondary (chain: 1): Bulk Effective Samples Size (ESS) is too low, indicating posterior means and medians may be unreliable.
306
-
Running the chains for more iterations may help. See
307
-
https://mc-stan.org/misc/warnings.html#bulk-ess -
308
-
WARN [2025-03-28 11:25:41] estimate_secondary (chain: 1): Tail Effective Samples Size (ESS) is too low, indicating posterior variances and tail quantiles may be unreliable.
309
-
Running the chains for more iterations may help. See
to find out why this is a problem and how to eliminate them. -
540
-
WARN [2025-03-28 11:26:28] epinow: Examine the pairs() plot to diagnose sampling problems
529
+
WARN [2025-04-01 07:31:18] epinow: Examine the pairs() plot to diagnose sampling problems
541
530
-
542
-
WARN [2025-03-28 11:26:31] epinow: Bulk Effective Samples Size (ESS) is too low, indicating posterior means and medians may be unreliable.
543
-
Running the chains for more iterations may help. See
544
-
https://mc-stan.org/misc/warnings.html#bulk-ess -
545
-
WARN [2025-03-28 11:26:32] epinow: Tail Effective Samples Size (ESS) is too low, indicating posterior variances and tail quantiles may be unreliable.
546
-
Running the chains for more iterations may help. See
547
-
https://mc-stan.org/misc/warnings.html#tail-ess -
548
531
```
549
532
550
533
```r
@@ -554,14 +537,14 @@ summary(ebola_estimates)
554
537
```output
555
538
measure estimate
556
539
<char> <char>
557
-
1: New infections per day 89 (48 -- 199)
540
+
1: New infections per day 94 (50 -- 199)
558
541
2: Expected change in reports Increasing
559
-
3: Effective reproduction no. 1.6 (1.1 -- 2.4)
560
-
4: Rate of growth 0.039 (0.0014 -- 0.089)
561
-
5: Doubling/halving time (days) 18 (7.8 -- 500)
542
+
3: Effective reproduction no. 1.7 (1.2 -- 2.4)
543
+
4: Rate of growth 0.042 (0.0057 -- 0.086)
544
+
5: Doubling/halving time (days) 16 (8 -- 120)
562
545
```
563
546
564
-
The effective reproduction number $R_t$ estimate (on the last date of the data) is 1.6 (1.1 -- 2.4). The exponential growth rate of case numbers is 0.039 (0.0014 -- 0.089).
547
+
The effective reproduction number $R_t$ estimate (on the last date of the data) is 1.7 (1.2 -- 2.4). The exponential growth rate of case numbers is 0.042 (0.0057 -- 0.086).
As these estimates are based on partial data, they have a wide uncertainty interval.
546
554
547
-
+ From the summary of our analysis we see that the expected change in reports is Stable with the estimated new infections 7858 (4640 -- 13390).
555
+
+ From the summary of our analysis we see that the expected change in reports is Likely decreasing with the estimated new infections 7927 (4642 -- 12995).
548
556
549
-
+ The effective reproduction number $R_t$ estimate (on the last date of the data) is 0.97 (0.73 -- 1.3).
557
+
+ The effective reproduction number $R_t$ estimate (on the last date of the data) is 0.96 (0.72 -- 1.2).
550
558
551
-
+ The exponential growth rate of case numbers is -0.012 (-0.11 -- 0.08).
559
+
+ The exponential growth rate of case numbers is -0.012 (-0.11 -- 0.078).
552
560
553
-
+ The doubling time (the time taken for case numbers to double) is -56 (8.7 -- -6.4).
561
+
+ The doubling time (the time taken for case numbers to double) is -58 (8.9 -- -6.3).
0 commit comments