[Robast-commits] r36 - pkg/ROptEst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Feb 18 08:18:59 CET 2008


Author: stamats
Date: 2008-02-18 08:18:58 +0100 (Mon, 18 Feb 2008)
New Revision: 36

Modified:
   pkg/ROptEst/NAMESPACE
Log:
removed classes and methods/functions which were moved to RobAStBase

Modified: pkg/ROptEst/NAMESPACE
===================================================================
--- pkg/ROptEst/NAMESPACE	2008-02-18 07:15:54 UTC (rev 35)
+++ pkg/ROptEst/NAMESPACE	2008-02-18 07:18:58 UTC (rev 36)
@@ -1,40 +1,9 @@
 import("distr")
 import("distrEx")
+import("RandVar")
 import("distrMod")
 import("RobAStBase")
-import("RandVar")
 
-exportMethods("show", 
-              "coerce", 
-              "length")
-exportMethods("type",
-              "SymmCenter")
-exportMethods("name", "name<-", 
-              "distribution", 
-              "distrSymm",
-              "props", "props<-", "addProp<-", 
-              "main", "main<-", 
-              "nuisance", "nuisance<-", 
-              "trafo", "trafo<-", 
-              "param", 
-              "infoPlot")
-exportMethods("radius")
-exportMethods("center", "center<-", 
-              "neighbor", "neighbor<-")
-exportMethods("Curve", 
-              "Risks", "Risks<-", "addRisk<-", 
-              "Infos", "Infos<-", "addInfo<-", 
-              "CallL2Fam", "CallL2Fam<-", 
-              "generateIC", 
-              "checkIC",
-              "evalIC",
-              "clip", "clip<-", 
-              "cent", "cent<-", 
-              "stand", "stand<-", 
-              "lowerCase", "lowerCase<-", 
-              "neighborRadius", "neighborRadius<-", 
-              "clipLo", "clipLo<-", 
-              "clipUp", "clipUp<-") 
 exportMethods("optIC", 
               "getInfRobIC", 
               "getFixRobIC",
@@ -51,5 +20,6 @@
               "getIneffDiff", 
               "leastFavorableRadius",
               "lowerCaseRadius",
-              "minmaxBias", "getBiasIC", "getL1normL2deriv")
+              "minmaxBias", "getBiasIC", 
+              "getL1normL2deriv")
 export("getL2normL2deriv")
\ No newline at end of file



More information about the Robast-commits mailing list