Skip to content

Commit 31d12d7

Browse files
committed
more review comments
1 parent 8831163 commit 31d12d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/stan-users-guide/parallelization.Rmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ The higher-order reduce with summation facility maps evaluation of a
3232
function `g: U -> real`, which returns a scalar, to a list of type
3333
`U[]`, `{ x1, x2, ... }`, and performs as reduction operation a sum
3434
over the results. For instance, for a sequence of ```x``` values of
35-
type ```U```, ```{ x1, x2, ... }```, we might compute the sum:
36-
37-
`g(x1) + g(x2) + ...`
35+
type ```U```, ```{ x1, x2, ... }```, we might compute the sum as
36+
`g(x1) + g(x2) + ...`.
3837

3938
In probabilistic modeling this comes up when there are $N$
4039
conditionally independent terms in a likelihood. Because of the

0 commit comments

Comments
 (0)