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-09-25 13:36:12] estimate_secondary (chain: 1): Tail Effective Samples Size (ESS) is too low, indicating posterior variances and tail quantiles may be unreliable.
296
-
Running the chains for more iterations may help. See
to find out why this is a problem and how to eliminate them. -
539
+
WARN [2025-10-13 17:37:56] epinow: Examine the pairs() plot to diagnose sampling problems
540
+
-
541
+
WARN [2025-10-13 17:37:59] epinow: Tail Effective Samples Size (ESS) is too low, indicating posterior variances and tail quantiles may be unreliable.
542
+
Running the chains for more iterations may help. See
543
+
https://mc-stan.org/misc/warnings.html#tail-ess -
544
+
```
530
545
546
+
```r
531
547
summary(ebola_estimates)
532
548
```
533
549
534
550
```output
535
551
measure estimate
536
552
<char> <char>
537
-
1: New infections per day 91 (47 -- 190)
553
+
1: New infections per day 92 (50 -- 184)
538
554
2: Expected change in reports Increasing
539
-
3: Effective reproduction no. 1.6 (1.1 -- 2.4)
540
-
4: Rate of growth 0.041 (0.0027 -- 0.088)
541
-
5: Doubling/halving time (days) 17 (7.9 -- 260)
555
+
3: Effective reproduction no. 1.6 (1.2 -- 2.3)
556
+
4: Rate of growth 0.042 (0.0063 -- 0.083)
557
+
5: Doubling/halving time (days) 17 (8.4 -- 110)
542
558
```
543
559
544
-
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.041 (0.0027 -- 0.088).
560
+
The effective reproduction number $R_t$ estimate (on the last date of the data) is 1.6 (1.2 -- 2.3). The exponential growth rate of case numbers is 0.042 (0.0063 -- 0.083).
0 commit comments