[Robast-commits] r59 - pkg/RobLox/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 21 05:40:36 CET 2008
Author: stamats
Date: 2008-02-21 05:40:36 +0100 (Thu, 21 Feb 2008)
New Revision: 59
Modified:
pkg/RobLox/man/roblox.Rd
Log:
changed vonMisesDist to CvMDist
Modified: pkg/RobLox/man/roblox.Rd
===================================================================
--- pkg/RobLox/man/roblox.Rd 2008-02-21 04:40:01 UTC (rev 58)
+++ pkg/RobLox/man/roblox.Rd 2008-02-21 04:40:36 UTC (rev 59)
@@ -136,8 +136,8 @@
# optimally robust (amount of gross errors known)
roblox(x, eps = 0.05, initial.est = ks.est$estimate)
-# von Mises minimum distance estimator (robust)
-(vM.est <- MDEstimator(x, ParamFamily = NormLocationScaleFamily(), distance = vonMisesDist))
+# Cramer von Mises minimum distance estimator (robust)
+(vM.est <- MDEstimator(x, ParamFamily = NormLocationScaleFamily(), distance = CvMDist))
# optimally robust (amount of gross errors known)
roblox(x, eps = 0.05, initial.est = vM.est$estimate)
More information about the Robast-commits
mailing list