[Robast-commits] r60 - pkg/RobLox/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 21 05:42:14 CET 2008


Author: stamats
Date: 2008-02-21 05:42:14 +0100 (Thu, 21 Feb 2008)
New Revision: 60

Modified:
   pkg/RobLox/man/roblox.Rd
Log:
renamed variable ...

Modified: pkg/RobLox/man/roblox.Rd
===================================================================
--- pkg/RobLox/man/roblox.Rd	2008-02-21 04:40:36 UTC (rev 59)
+++ pkg/RobLox/man/roblox.Rd	2008-02-21 04:42:14 UTC (rev 60)
@@ -137,10 +137,10 @@
 roblox(x, eps = 0.05, initial.est = ks.est$estimate)
 
 # Cramer von Mises minimum distance estimator (robust)
-(vM.est <- MDEstimator(x, ParamFamily = NormLocationScaleFamily(), distance = CvMDist))
+(CvM.est <- MDEstimator(x, ParamFamily = NormLocationScaleFamily(), distance = CvMDist))
 
 # optimally robust (amount of gross errors known)
-roblox(x, eps = 0.05, initial.est = vM.est$estimate)
+roblox(x, eps = 0.05, initial.est = CvM.est$estimate)
 }
 \concept{normal location}
 \concept{normal scale}



More information about the Robast-commits mailing list