[Distr-commits] r1196 - pkg/distrMod/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jul 8 18:57:09 CEST 2018


Author: ruckdeschel
Date: 2018-07-08 18:57:09 +0200 (Sun, 08 Jul 2018)
New Revision: 1196

Modified:
   pkg/distrMod/man/MDEstimator.Rd
Log:
[distrMod] faster example for MDEstimator in trunk

Modified: pkg/distrMod/man/MDEstimator.Rd
===================================================================
--- pkg/distrMod/man/MDEstimator.Rd	2018-07-08 16:56:45 UTC (rev 1195)
+++ pkg/distrMod/man/MDEstimator.Rd	2018-07-08 16:57:09 UTC (rev 1196)
@@ -88,11 +88,11 @@
 ## von Mises minimum distance estimator with default mu
 MDEstimator(x = x, ParamFamily = G, distance = CvMDist)
 
+\dontrun{
 ## von Mises minimum distance estimator with default mu
 MDEstimator(x = x, ParamFamily = G, distance = CvMDist,
-            asvar.fct = distrMod:::.CvMMDCovariance)
-#*** variance routine is still in testing phase so not yet
-#*** exported to namespace
+            asvar.fct = .CvMMDCovariance)
+
 ## von Mises minimum distance estimator with mu = N(0,1)
 MDEstimator(x = x, ParamFamily = G, distance = CvMDist, mu = Norm())
 
@@ -110,5 +110,6 @@
 ## or smoothing of emprical distribution (takes some time!)
 #MDEstimator(x = x, ParamFamily = G, distance = HellingerDist, asis.smooth.discretize = "smooth")
 }
+}
 \keyword{univar}
 \keyword{robust}



More information about the Distr-commits mailing list