HLocal: Calculate the global cross-validated bandwidths for the LGDE.

Description Usage Arguments Value Examples

View source: R/bandwidth_selection.R

Description

Calculate the global cross-validated bandwidths for the LGDE.

Usage

1

Arguments

data

The data matrix, one row per observation.

Value

A matrix. The first two columns contain each variable pair, the last two columns contain the two bandwidths for the pair in question. Suitable for multiLocal-function.

Examples

1
2
data <- cbind(rnorm(100), rnorm(100))
HLocal(data)

hotneim/lgde documentation built on May 17, 2019, 4:52 p.m.