Sets candidate values for hyperparameters.
Arguments
- tune
character string for determining the candidate values for the hyperparameters:
"none": fixed weights and exponents (wgt_local=1,exp_local=1,wgt_global=0), no tuning"weight": fixed exponents (exp_local=0,exp_global=1), tuningwgt_local=1-wgt_global"exponent": fixed weights (wgt_local=1,wgt_global=0), tuningexp_local"bivariate": tuningwgt_local=1-wgt_globalandexp_local=exp_global"factorial": tuningwgt_local,exp_local,wgt_global,exp_global
(to implement: data frame with columns
wgt_local,exp_local,wgt_global, andexp_global)
Value
Returns a data frame with
the slots "wgt_local" and "exp_local"
for the local prior information
and the slots "wgt_global" and "exp_global"
for the global prior information.
See also
This function is called by cv.corila().