Skip to content

Commit 5f9cf8c

Browse files
committed
rephrase spoiler title and sentece
1 parent baa5842 commit 5f9cf8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/quantify-transmissibility.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,13 +327,13 @@ generation_time_fixed <- dist_spec(
327327

328328
::::::::::::::::::::::::::::::::: spoiler
329329

330-
### Reduce computation time
330+
### On reducing computation time
331331

332332
Using an appropriate number of samples and chains is crucial for ensuring convergence and obtaining reliable estimates in Bayesian computations using Stan. Inadequate sampling or insufficient chains may lead to issues such as divergent transitions, impacting the accuracy and stability of the inference process.
333333

334334
For the purpose of this tutorial, we can add more configuration details to get an useful output in less time. You can specify a fixed number of `samples` and `chains` to the `stan` argument using the `stan_opts()` function:
335335

336-
The code in the previous chunk can take around 10 minutes. We expect this chunk below to take approximately 3 minutes:
336+
The code in the proposed code chunk can take around 10 minutes. We expect this alternative code chunk below using `stan_opts()` to take approximately 3 minutes:
337337

338338
```{r,eval=FALSE}
339339
estimates <- epinow(

0 commit comments

Comments
 (0)