Skip to content

Commit 10bd238

Browse files
committed
docs(confidence_interval_method): add note to docstring about possibility of using WelfordStats and ReplicationTabuliser (#42)
1 parent 6174909 commit 10bd238

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

R/choose_replications.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,9 @@ ReplicationsAlgorithm <- R6Class("ReplicationsAlgorithm", list( # nolint: object
443443

444444
#' Use the confidence interval method to select the number of replications.
445445
#'
446+
#' This could be altered to use WelfordStats and ReplicationTabuliser if
447+
#' desired, but currently is independent.
448+
#'
446449
#' @param replications Number of times to run the model.
447450
#' @param desired_precision Desired mean deviation from confidence interval.
448451
#' @param metric Name of performance metric to assess.

man/confidence_interval_method.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)