Skip to content

Commit

Permalink
more diagnostic doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Oct 3, 2024
1 parent ff9104a commit 90a07cc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ LazyData: false
URL: https://mc-stan.org/posterior/, https://discourse.mc-stan.org/
BugReports: https://github.com/stan-dev/posterior/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
VignetteBuilder: knitr
7 changes: 5 additions & 2 deletions R/convergence.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@
#' | [ess_basic()] | Basic version of effective sample size |
#' | [ess_bulk()] | Bulk effective sample size |
#' | [ess_tail()] | Tail effective sample size |
#' | [ess_mean()] | Effective sample sizes for the mean |
#' | [ess_median()] | Effective sample sizes for the median |
#' | [ess_quantile()] | Effective sample sizes for quantiles |
#' | [ess_sd()] | Effective sample sizes for standard deviations |
#' | [ess_sd()] | Effective sample sizes for the standard deviation |
#' | [mcse_mean()] | Monte Carlo standard error for the mean |
#' | [mcse_median()] | Monte Carlo standard error for the median |
#' | [mcse_quantile()] | Monte Carlo standard error for quantiles |
#' | [mcse_sd()] | Monte Carlo standard error for standard deviations |
#' | [mcse_sd()] | Monte Carlo standard error for the standard deviation |
#' | [pareto_khat()] | Pareto khat diagnostic for tail(s) |
#' | [pareto_diags()] | Additional diagnostics related to Pareto khat |
#' | [rhat_basic()] | Basic version of Rhat |
Expand Down
7 changes: 5 additions & 2 deletions man/diagnostics.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90a07cc

Please sign in to comment.