bw.logG: Bandwidth estimation for strictly positive distributions.

Description Usage Arguments Value References Examples

View source: R/logKDE.R

Description

Computes bandwidth for log domain KDE using the Silverman rule.

Usage

1

Arguments

x

numeric vector of the data. Must be strictly positive, will be log transformed during estimation.

Value

bw the optimal bandwidth.

References

Silverman, B. W. (1986). Density estimation for statistics and data analysis. Monographs on Statistics and Applied Probability. 26.

Wand, M. P., Marron, J. S., & Ruppert, D. (1991). Transformations in density estimation. Journal of the American Statistical Association, 86(414), 343-353.

Examples

1
bw.logG(rchisq(100,10))

logKDE documentation built on May 1, 2019, 8:40 p.m.