Inconsistent documentation for `k_threshold` in `loo_moment_match()`?
kthayashi opened this issue · 1 comments
kthayashi commented
Apologies for opening two issues in a row. I think there may be a small inconsistency in the documentation for the k_threshold
used by loo_moment_match()
between the function documentation and moment matching vignette.
Function documentation:
Lines 28 to 30 in 6e7001e
Vignette:
loo/vignettes/loo2-moment-matching.Rmd
Lines 169 to 171 in 6e7001e
Should the function documentation be updated to say that the default value is min(1 - 1 / log10(S), 0.7)
?
jgabry commented
Yes, thank you for pointing this out! The vignette is correct about the current default, so the function documentation needs to be updated.