Input generating functions for function 'robest'
Generating functions to generate structured input for function robest
.
genkStepCtrl(useLast = getRobAStBaseOption("kStepUseLast"), withUpdateInKer = getRobAStBaseOption("withUpdateInKer"), IC.UpdateInKer = getRobAStBaseOption("IC.UpdateInKer"), withICList = getRobAStBaseOption("withICList"), withPICList = getRobAStBaseOption("withPICList"), scalename = "scale", withLogScale = TRUE, withEvalAsVar = NULL, withMakeIC = FALSE, E.argList = NULL) genstartCtrl(initial.est = NULL, initial.est.ArgList = NULL, startPar = NULL, distance = CvMDist, withMDE = NULL, E.argList = NULL) gennbCtrl(neighbor = ContNeighborhood(), eps, eps.lower, eps.upper) genstartICCtrl(withMakeIC = FALSE, withEvalAsVar = NULL, modifyICwarn = NULL, E.argList = NULL)
useLast |
which parameter estimate (initial estimate or
k-step estimate) shall be used to fill the slots |
withUpdateInKer |
if there is a non-trivial trafo in the model with matrix D, shall the parameter be updated on ker(D)? |
IC.UpdateInKer |
if there is a non-trivial trafo in the model with matrix D,
the IC to be used for this; if |
withICList |
logical: shall slot |
withPICList |
logical: shall slot |
scalename |
character: name of the respective scale component. |
withLogScale |
logical; shall a scale component (if existing and found
with name |
withEvalAsVar |
logical or |
withMakeIC |
logical; if |
modifyICwarn |
logical: should a (warning) information be added if
|
initial.est |
initial estimate for unknown parameter. If missing minimum distance estimator is computed. |
initial.est.ArgList |
a list of arguments to be given to argument |
startPar |
initial information used by |
distance |
distance function |
withMDE |
logical or NULL: Shall a minimum distance estimator be used as
starting estimator in |
neighbor |
object of class |
eps |
positive real (0 < |
eps.lower |
positive real (0 <= |
eps.upper |
positive real ( |
E.argList |
|
All these functions bundle their respective input to (reusable) lists
which can be used as arguments in function robest
.
For details, see this function.
Matthias Kohl Matthias.Kohl@stamats.de,
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
genkStepCtrl() genstartICCtrl() genstartCtrl() gennbCtrl()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.