Skip to content

Canned median quantile #435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Feb 8, 2025
Prev Previous commit
Next Next commit
Update R/autoplot.R
Co-authored-by: Dmitry Shemetov <dmtryshmtv@gmail.com>
  • Loading branch information
dsweber2 and dshemetov authored Feb 7, 2025
commit aa121d342cde58404d57f8e2cc26c3b43edaa247
2 changes: 1 addition & 1 deletion R/autoplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ plot_bands <- function(
alpha = 0.6,
linewidth = 0.05) {
innames <- names(predictions)
na_levels <- length(levels)
n_levels <- length(levels)
alpha <- alpha / (n_levels - 1)
# generate the corresponding level that is 1 - level
levels <- (1 - levels) / 2
Expand Down