Skip to content

Commit 19fb70a

Browse files
committed
Added 2.25 version warning
1 parent 8a60c21 commit 19fb70a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

knitr/reduce-sum/reduce_sum_tutorial.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ This introduction to `reduce_sum` copies directly from Richard McElreath's
1313

1414
## Introduction
1515

16-
Stan 2.23 introduced `reduce_sum`, a new way to parallelize the execution of
16+
**Note:** This has been rewritten to use `_lupmf` which requires Cmdstan 2.25.
17+
18+
Cmdstan 2.23 introduced `reduce_sum`, a new way to parallelize the execution of
1719
a single Stan chain across multiple cores. This is in addition to the already
1820
existing `map_rect` utility, and introduces a number of features that make it
1921
easier to use parallelism:

0 commit comments

Comments
 (0)