From 5901c4bf5d3c72151b1c06c8200a5055f5e34ee5 Mon Sep 17 00:00:00 2001 From: be-marc Date: Tue, 20 Aug 2024 17:03:39 +0200 Subject: [PATCH] docs: update --- R/regr_pinball.R | 2 +- man/pinball.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/regr_pinball.R b/R/regr_pinball.R index 13309df..1b8f194 100644 --- a/R/regr_pinball.R +++ b/R/regr_pinball.R @@ -17,7 +17,7 @@ #' @inheritParams regr_params #' #' @param alpha `numeric(1)`\cr -#' Alpha level. +#' The quantile to compute the pinball loss. #' #' @template regr_example #' @export diff --git a/man/pinball.Rd b/man/pinball.Rd index 3741200..bfc6788 100644 --- a/man/pinball.Rd +++ b/man/pinball.Rd @@ -22,7 +22,7 @@ The vector gets automatically normalized to sum to one. Defaults to equal sample weights.} \item{alpha}{\code{numeric(1)}\cr -Alpha level.} +The quantile to compute the pinball loss.} \item{...}{(\code{any})\cr Additional arguments. Currently ignored.}