File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 65
65
# ' single panel.
66
66
# ' }
67
67
# ' \item{`mcmc_rank_ecdf()`}{
68
- # ' The ECDFs of the ranks from `mcmc_rank_hist()` are plotted and
69
- # ' simultaneous confidence bands with a coverage determined by
70
- # ' `prob` are drawn. By default, the difference between the
71
- # ' observed ECDF and the theoretical expectation is drawn.
68
+ # ' The ECDFs of the ranks from `mcmc_rank_hist()` are plotted with the
69
+ # ' simultaneous confidence bands with a coverage determined by `prob`,
70
+ # ' that is, bands that completely cover all of the rank ECDFs with the
71
+ # ' probability 'prob'.
72
+ # ' By default, the difference between the observed rank ECDFs and the
73
+ # ' theoretical expectation for samples originating from the same distribution
74
+ # ' is drawn.
72
75
# ' See Säilynoja et al. (2021) for details.
73
76
# ' }
74
77
# ' }
@@ -485,14 +488,14 @@ mcmc_rank_ecdf <-
485
488
...
486
489
)
487
490
lims <- ecdf_intervals(
491
+ gamma = gamma ,
488
492
N = n_iter ,
489
- L = n_chain ,
490
493
K = if (is.null(K )) {
491
494
n_iter
492
495
} else {
493
496
K
494
497
},
495
- gamma = gamma
498
+ L <- n_chain
496
499
)
497
500
data_lim <- data.frame (
498
501
upper = lims $ upper / n_iter - (plot_diff == TRUE ) * x ,
You can’t perform that action at this time.
0 commit comments