[Distr-commits] r1408 - branches/distr-2.9/pkg/distr/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun May 7 23:09:35 CEST 2023


Author: ruckdeschel
Date: 2023-05-07 23:09:35 +0200 (Sun, 07 May 2023)
New Revision: 1408

Modified:
   branches/distr-2.9/pkg/distr/R/qqbounds.R
Log:
[distr-2.9] distr: changed to UTF-8

Modified: branches/distr-2.9/pkg/distr/R/qqbounds.R
===================================================================
--- branches/distr-2.9/pkg/distr/R/qqbounds.R	2023-05-07 21:08:38 UTC (rev 1407)
+++ branches/distr-2.9/pkg/distr/R/qqbounds.R	2023-05-07 21:09:35 UTC (rev 1408)
@@ -1,4 +1,4 @@
-## to be exported: berechnet Konfidenzbänder, simultan und punktweise
+## to be exported: computes confidence bands, both simultaneously and pointwise
 qqbounds <- function(x,D,alpha,n,withConf.pw, withConf.sim,
                      exact.sCI=(n<100),exact.pCI=(n<100),
                      nosym.pCI = FALSE, debug = FALSE){



More information about the Distr-commits mailing list