Usage
rlsOptIC.M(r, ggLo = 0.5, ggUp = 1.5, a1.start = 0.75, a3.start = 0.25,
bUp = 1000, delta = 1e-05, itmax = 100, check = FALSE)
Arguments
r
non-negative real: neighborhood radius.
ggLo
non-negative real: the lower end point of the interval to be searched
for $\gamma$.
ggUp
positive real: the upper end point of the interval to be searched
for $\gamma$.
a1.start
real: starting value for $\alpha_1$.
a3.start
real: starting value for $\alpha_3$.
bUp
positive real: upper bound used in the
computation of the optimal clipping bound b.
delta
the desired accuracy (convergence tolerance).
itmax
the maximum number of iterations.
check
logical. Should constraints be checked.