Skip to content

Commit 98c2eef

Browse files
committed
Update loo2-moment-matching.Rmd
[ci skip]
1 parent 8102d76 commit 98c2eef

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

vignettes/loo2-moment-matching.Rmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,9 @@ __rstan__. It only requires setting the argument `moment_match` to `TRUE` in the
163163
`loo()` function. Optionally, you can also set the argument `k_threshold` which
164164
determines the Pareto $k$ threshold, above which moment matching is used. By
165165
default, it operates on all observations whose Pareto $k$ value is larger than
166-
0.7. (NOTE: Using moment matching directly using the `loo()` function is
167-
currently available in the development version of __rstan__ in
168-
https://github.com/topipa/rstan, but will be available in the CRAN release
169-
eventually).
166+
0.7. (NOTE: using moment matching directly via the `loo()` function will be
167+
available in __rstan__ > 2.19.3. Until then use
168+
https://github.com/stan-dev/rstan/pull/743.)
170169

171170
```
172171
loo2 <- loo(fit, moment_match = TRUE)

0 commit comments

Comments
 (0)