We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a60c21 commit 19fb70aCopy full SHA for 19fb70a
knitr/reduce-sum/reduce_sum_tutorial.Rmd
@@ -13,7 +13,9 @@ This introduction to `reduce_sum` copies directly from Richard McElreath's
13
14
## Introduction
15
16
-Stan 2.23 introduced `reduce_sum`, a new way to parallelize the execution of
+**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
19
a single Stan chain across multiple cores. This is in addition to the already
20
existing `map_rect` utility, and introduces a number of features that make it
21
easier to use parallelism:
0 commit comments