inputGenerators | R Documentation |
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 |
IC.UpdateInKer |
if there is a non-trivial trafo in the model with matrix |
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.
A list of arguments to be (re-)used as (structured) input for function robest
;
more specifically, all arguments of the respective function are bundled into
a list, where arguments not explicitly specified in the call are filled with
corresponding defaults as given in the usage section of this help file.
Matthias Kohl Matthias.Kohl@stamats.de,
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
roblox
,
L2ParamFamily-class
UncondNeighborhood-class
,
RiskType-class
genkStepCtrl()
genstartICCtrl()
genstartCtrl()
gennbCtrl()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.