summaryrefslogtreecommitdiff
path: root/R/WP.R
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2023-06-22 05:11:43 +0000
committerNaeem Model <me@nmode.ca>2023-06-22 05:11:43 +0000
commitc6f74becc7ecc0e908bf920b1abb28131b5edd3c (patch)
tree45b9a67f8292a6e34d83b97a5497a852da5c2739 /R/WP.R
parentee7fdf4e1460f01ecac50d69798904c4e37f5b93 (diff)
Include required functions from 'stats' package
Diffstat (limited to 'R/WP.R')
-rw-r--r--R/WP.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/WP.R b/R/WP.R
index 76012be..c8178b7 100644
--- a/R/WP.R
+++ b/R/WP.R
@@ -73,6 +73,8 @@
#' res4 <- WP(NT=NT[1:5], mu=5/7) # serial distribution has mean of five days
#' res4$Rhat
#'
+#' @importFrom stats pexp qexp
+#'
#' @export
WP <- function(NT, mu=NA, search=list(B=100, shape.max=10, scale.max=10), tol=0.999) {
if (is.na(mu)) {