| internal_ldehelpers_for_distrMod | R Documentation | 
These functions are used internally by function LDEstimator
in package “distrMod”.
.prepend(prep, list0, dots = NULL)
.LDMatch(x.0, loc.est.0, disp.est.0, loc.fctal.0, disp.fctal.0,
         ParamFamily.0, loc.est.ctrl.0 = NULL, loc.fctal.ctrl.0=NULL,
         disp.est.ctrl.0 = NULL, disp.fctal.ctrl.0=NULL,
         q.lo.0 =0, q.up.0=Inf, log.q.0 =TRUE, ..., vdbg = FALSE)
| prep | a vector; to be prepended as first argument in
a function; named  | 
| list0 | a list to be appended to  | 
| dots | an optional list (or  | 
| x.0 | a vector (numeric) at which to evaluate the LD-match | 
| loc.est.0 | a function expecting  | 
| disp.est.0 | a function expecting  | 
| loc.fctal.0 | a function expecting a distribution object as first argument; location functional. | 
| disp.fctal.0 | a function expecting a distribution object as first argument; dispersion functional; may only take non-negative values. | 
| loc.est.ctrl.0 | a list (or  | 
| disp.est.ctrl.0 | a list (or  | 
| loc.fctal.ctrl.0 | a list (or  | 
| disp.fctal.ctrl.0 | a list (or  | 
| ParamFamily | an object of class  | 
| q.lo.0 | numeric; lower bound for search intervall in shape parameter. | 
| q.up.0 | numeric; upper bound for search intervall in shape parameter. | 
| log.q.0 | logical; shall the zero search be done on log-scale? | 
| ... | further arguments to be passed to location estimator and functional and dispersion estimator and functional. | 
| vdbg | logical; if  | 
.prepend is used to produce the argument list for the calls to
estimators and functionals. This argument list consists of prep (first
argument), named x internally, the items of list0 and, if
non-NULL, the items of  ....
.LDMatch performs the matching of location and dispersion functional
against empirical values (without any S4-structure).
| .prepend | a named list to be used as arguments in a call. | 
| .LDMatch | a named vector with components  | 
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
Estimate-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.