[Robast-commits] r560 - branches/robast-0.9/pkg/RobExtremes/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jan 25 07:15:34 CET 2013


Author: ruckdeschel
Date: 2013-01-25 07:15:34 +0100 (Fri, 25 Jan 2013)
New Revision: 560

Modified:
   branches/robast-0.9/pkg/RobExtremes/man/LDEstimator.Rd
Log:
RobExtremes example to medSn had to be changed / lower upper bounds to be given; otherwise there was an error.

Modified: branches/robast-0.9/pkg/RobExtremes/man/LDEstimator.Rd
===================================================================
--- branches/robast-0.9/pkg/RobExtremes/man/LDEstimator.Rd	2013-01-25 05:43:23 UTC (rev 559)
+++ branches/robast-0.9/pkg/RobExtremes/man/LDEstimator.Rd	2013-01-25 06:15:34 UTC (rev 560)
@@ -134,7 +134,14 @@
 G <- GammaFamily(scale = 1, shape = 2)
 
 medQn(x = x, ParamFamily = G)
-medSn(x = x, ParamFamily = G)
+medSn(x = x, ParamFamily = G, q.lo = 0.5, q.up = 4)
+\dontrun{
+## without speedup for Sn:
+LDEstimator(x, loc.est = median, disp.est = Sn, loc.fctal = median,
+            disp.fctal = getMethod("Sn","UnivariateDistribution"),
+            ParamFamily = G, disp.est.ctrl = list(constant=1))
+}
+
 medkMAD(x = x, ParamFamily = G)
 medkMADhybr(x = x, ParamFamily = G)
 medkMAD(x = x, k=10, ParamFamily = G)



More information about the Robast-commits mailing list