encoding
utf8Objects from the Class
Objects can be created by calls of the form
new("DCARContControl", ...)
, DCARContControl(...)
or
ContControl(..., type="DCAR")
(the latter exists mainly for back
compatibility with early draft versions of simFrame
).Extends
Class "ContControl"
, directly.
Class "VirtualContControl"
, by class "ContControl", distance 2.
Class "OptContControl"
, by class "ContControl", distance 3.Details
With this control class, contamination is modeled as a two-step process. The
first step is to select observations to be contaminated, the second is to
model the distribution of the outliers. In this case, the values of the
contaminated observations will be generated by the function given by slot
fun
and will not depend on on the original values.Methods
Methods are inherited from "ContControl"
.UML class diagram
A slightly simplified UML class diagram of the framework can be found in
Figure 1 of the package vignette An Object-Oriented Framework for
Statistical Simulation: The RPackage simFrame
. Use
vignette("simFrame-intro")
to view this vignette.