R/bw.R
bwCov.RdCovariance Bandwidth Calculation by Cross-Validation bwCov calculates a single bandwidth to estimate the time-varying variance- covariance matrix.
bwCov( x, cv.block = 0, est = c("lc", "ll"), tkernel = c("Triweight", "Epa", "Gaussian") )
| x | A matrix or a data frame. |
|---|---|
| cv.block | A positive scalar with the size of the block in leave-one block-out cross-validation. By default 'cv.block=0' meaning leave-one-out cross-validation. |
| est | The nonparametric estimation method, one of "lc" (default) for linear constant or "ll" for local linear. |
| tkernel | A character, either "Triweight" (default), "Epa" or "Gaussian" kernel function. |
A scalar.