[Returnanalytics-commits] r3664 - pkg/Dowd/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 9 00:03:05 CEST 2015


Author: dacharya
Date: 2015-06-09 00:03:05 +0200 (Tue, 09 Jun 2015)
New Revision: 3664

Modified:
   pkg/Dowd/R/BootstrapVaRConfInterval.R
Log:
Small error correction in example.

Modified: pkg/Dowd/R/BootstrapVaRConfInterval.R
===================================================================
--- pkg/Dowd/R/BootstrapVaRConfInterval.R	2015-06-08 21:51:11 UTC (rev 3663)
+++ pkg/Dowd/R/BootstrapVaRConfInterval.R	2015-06-08 22:03:05 UTC (rev 3664)
@@ -18,7 +18,7 @@
 #'    # Estimates 90% confidence interval for bootstrapped Var for 95% 
 #'    # confidence interval 
 #'    Ra <- rnorm(1000)
-#'    BootstrapVarConfInterval(Ra, 500, 0.95)
+#'    BootstrapVaRConfInterval(Ra, 500, 0.95)
 #'
 #' @export
 BootstrapVaRConfInterval <- function(Ra, number.resamples, cl){



More information about the Returnanalytics-commits mailing list