Hbcv(x, whichbcv=1, Hstart, amise=FALSE, kfold=1)
Hbcv.diag(x, whichbcv=1, Hstart, amise=FALSE, kfold=1)
amise=TRUE
then the minimal BCV value is returned too.Hbcv
for full bandwidth matrices and Hbcv.diag
for diagonal bandwidth matrices. These selectors are only
available for bivariate data. Two types of BCV criteria are
considered here. They are known as BCV1 and BCV2, from Sain, Baggerly
& Scott (1994) and only differ slightly. These BCV
surfaces can have multiple minima and so it can be quite difficult to
locate the most appropriate minimum. Some times, there can be no local minimum at all so there
may be no finite BCV selector. For details about the advanced options for Hstart,kfold
,
see Hpi
.
Hlscv
, Hscv
data(unicef)
Hbcv(unicef)
Hbcv.diag(unicef)
Run the code above in your browser using DataLab