init_bounds_optim {varycoef} | R Documentation |
Setting of Optimization Bounds and Initial Values
Description
Sets bounds and initial values for optim
by
extracting potentially given values from SVC_mle_control
and
checking them, or calculating them from given data. See Details.
Usage
init_bounds_optim(control, p, q, id_obj, med_dist, y_var, OLS_mu)
Arguments
control |
( |
p |
( |
q |
( |
id_obj |
( |
med_dist |
( |
y_var |
( |
OLS_mu |
( |
Details
If values are not provided, then they are set in the following way.
Let be the median distance
med_dist
, let be
the variance of the response
y_var
, and let be the OLS
coefficients of the linear model. The computed values are given in the
table below.
Parameter | Lower bound | Initial Value | Upper Bound |
Range | | | |
Variance | | | |
Nugget | | | |
Mean | -Inf | | Inf |
Value
A list
with three entries: lower
, init
,
and upper
.
Author(s)
Jakob Dambon