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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 13 13:42:16 CEST 2015


Author: dacharya
Date: 2015-07-13 13:42:15 +0200 (Mon, 13 Jul 2015)
New Revision: 3811

Modified:
   pkg/Dowd/R/LogtVaRPlot3D.R
Log:
Minor mistakes in documentation corrected.

Modified: pkg/Dowd/R/LogtVaRPlot3D.R
===================================================================
--- pkg/Dowd/R/LogtVaRPlot3D.R	2015-07-13 11:41:19 UTC (rev 3810)
+++ pkg/Dowd/R/LogtVaRPlot3D.R	2015-07-13 11:42:15 UTC (rev 3811)
@@ -102,7 +102,7 @@
     stop("Confidence level(s) must be greater than 0")
   }
   if (min(hp) <= 0){
-    stop("Confidence level(s) must be greater than 0")
+    stop("Holding period(s) must be greater than 0")
   }
   
   # VaR estimation



More information about the Returnanalytics-commits mailing list