From 47e67493f940fe55717ea9e10d6fd75d2d3cd282 Mon Sep 17 00:00:00 2001 From: Jan Meis Date: Wed, 20 Sep 2023 16:55:32 +0200 Subject: [PATCH] more documentation --- R/evaluate_estimator.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/evaluate_estimator.R b/R/evaluate_estimator.R index e0af4db..e7527d9 100644 --- a/R/evaluate_estimator.R +++ b/R/evaluate_estimator.R @@ -18,6 +18,7 @@ #' * \code{Bias()}: \eqn{\mathbb{E}[\hat{\mu} - \mu]} #' * \code{Variance()}: \eqn{\mathbb{E}[(\hat{\mu} - \mathbb{E}[\hat{\mu}])^2]} #' * \code{MSE()}: \eqn{\mathbb{E}[(\hat{\mu} - mu)^2]} +#' * \code{OverestimationProbability()}: \eqn{\mathbb{E}[(\hat{\mu} - mu)^2]} #' #' @md #' @slot label name of the performance score. Used in printing methods.