Skip to content

Commit 0df8445

Browse files
authored
Merge pull request #268 from stan-dev/fix-loo-glossary-equations
fix equations in loo-glossary
2 parents 1aad659 + 02d4958 commit 0df8445

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ Suggests:
5353
VignetteBuilder: knitr
5454
Encoding: UTF-8
5555
SystemRequirements: pandoc (>= 1.12.3), pandoc-citeproc
56-
RoxygenNote: 7.3.0
56+
RoxygenNote: 7.3.1
5757
Roxygen: list(markdown = TRUE)

R/loo-glossary.R

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@
8484
#' is usually negligible. Thinning of MCMC draws can be used to improve
8585
#' the ratio ESS/S.
8686
#'
87-
#' * If \eqn{k < min(1 - 1 / log10(S), 0.7)}, where \eqn{S} is the
87+
#' * If \eqn{k < \min(1 - 1 / \log_{10}(S), 0.7)}, where \eqn{S} is the
8888
#' sample size, the PSIS estimate and the corresponding Monte
8989
#' Carlo standard error estimate are reliable.
9090
#'
91-
#' * If \eqn{1 - 1 / log10(S) <= k < 0.7}, the PSIS estimate and the
91+
#' * If \eqn{1 - 1 / \log_{10}(S) <= k < 0.7}, the PSIS estimate and the
9292
#' corresponding Monte Carlo standard error estimate are not
9393
#' reliable, but increasing the (effective) sample size \eqn{S} above
9494
#' 2200 may help (this will increase the sample size specific
95-
#' threshold \eqn{(1 - 1 / log10(2200) > 0.7} and then the bias specific
95+
#' threshold \eqn{(1 - 1 / \log_{10}(2200) > 0.7} and then the bias specific
9696
#' threshold 0.7 dominates).
9797
#'
9898
#' * If \eqn{0.7 <= k < 1}, the PSIS estimate and the corresponding Monte

man/loo-glossary.Rd

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)