import("distr")
import("distrEx")
import("distrMod")
import("RandVar")

exportClasses("Neighborhood", 
              "UncondNeighborhood", 
              "ContNeighborhood", 
              "TotalVarNeighborhood") 
exportClasses("RobModel", 
              "FixRobModel", 
              "InfRobModel") 
exportClasses("InfluenceCurve", 
              "IC", "HampIC",
              "ContIC", 
              "TotalVarIC")
exportClasses("RobAStControl", "RobWeight", "BoundedWeight",
              "BdStWeight", "HampelWeight")
exportClasses("ALEstimate", "kStepEstimate", "MEstimate")
exportClasses("cutoff")
exportMethods("show", 
              "plot")
exportMethods("type", "radius")
exportMethods("name", "name<-", 
              "infoPlot")
exportMethods("center", "center<-", 
              "neighbor", "neighbor<-")
exportMethods("Curve", 
              "Risks", "Risks<-", "addRisk<-", 
              "Infos", "Infos<-", "addInfo<-", 
              "CallL2Fam", "CallL2Fam<-",
              "modifyIC", 
              "generateIC", 
              "checkIC",
              "evalIC",
              "clip", "clip<-", 
              "cent", "cent<-", 
              "stand", "stand<-", 
              "lowerCase", "lowerCase<-", 
              "neighborRadius", "neighborRadius<-", 
              "clipLo", "clipLo<-", 
              "clipUp", "clipUp<-",
              "optIC") 
exportMethods("oneStepEstimator",
              "kStepEstimator",
              "locMEstimator")
exportMethods("weight", "weight<-", 
              "getweight", 
              "minbiasweight", 
              "generateIC.fct",
              "makeIC", "normtype", "biastype")
exportMethods("getRiskIC")
exportMethods("getBiasIC")
exportMethods("comparePlot")
exportMethods("pIC", "asbias", 
              "steps", 
              "Mroot")
exportMethods("ddPlot")
exportMethods("cutoff.quantile", "cutoff.quantile<-")
export("ContNeighborhood", "TotalVarNeighborhood") 
export("FixRobModel", "InfRobModel") 
export("InfluenceCurve", "IC", "ContIC", "TotalVarIC")
export(".eq", ".getDistr")
export("RobAStBaseOptions", "getRobAStBaseOption")
export("cutoff","cutoff.chisq","cutoff.sememp")
export("outlyingPlotIC")
