rhrHpi: Estimate bandwidth with plug in the equation

Description Usage Arguments Details Value Author(s) References Examples

Description

Estimate bandwidth with plug in the equation

Usage

1
  rhrHpi(xy, rescale = "none", ...)

Arguments

xy

data.frame with two columns: x and y coordinates

rescale

character, indicating if and if how data are rescaled. unitvar rescales x and y coordinates to unit variance, xvar rescales x and y coordinate to variance of x and none uses the raw data.

...

additional arguments passed to KernSmooth::dpik.

Details

Function to calcualte reference bandwidth. This function basically wraps KernSmooth::dpik

Value

vector of length two

Author(s)

Johannes Signer

References

Gitzen 2006

Examples

1
2

rhr documentation built on May 2, 2019, 6:06 p.m.

Related to rhrHpi in rhr...