[Returnanalytics-commits] r3832 - pkg/Dowd/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jul 20 16:15:53 CEST 2015
Author: dacharya
Date: 2015-07-20 16:15:52 +0200 (Mon, 20 Jul 2015)
New Revision: 3832
Modified:
pkg/Dowd/R/LogtVaRDFPerc.R
Log:
Changed length of example from longer than 100 chars to lesser.
Modified: pkg/Dowd/R/LogtVaRDFPerc.R
===================================================================
--- pkg/Dowd/R/LogtVaRDFPerc.R 2015-07-20 14:13:10 UTC (rev 3831)
+++ pkg/Dowd/R/LogtVaRDFPerc.R 2015-07-20 14:15:52 UTC (rev 3832)
@@ -36,10 +36,12 @@
#'
#' # Estimates Percentiles of VaR distribution
#' data <- runif(5, min = 0, max = .2)
-#' LogtVaRDFPerc(returns = data, investment = 5, perc = .7, df = 6, cl = .95, hp = 60)
+#' LogtVaRDFPerc(returns = data, investment = 5, perc = .7,
+#' df = 6, cl = .95, hp = 60)
#'
#' # Computes v given mean and standard deviation of return data
-#' LogtVaRDFPerc(mu = .012, sigma = .03, n= 10, investment = 5, perc = .8, df = 6, cl = .99, hp = 40)
+#' LogtVaRDFPerc(mu = .012, sigma = .03, n= 10, investment = 5,
+#' perc = .8, df = 6, cl = .99, hp = 40)
#'
#'
#' @export
More information about the Returnanalytics-commits
mailing list