bw.logG {logKDE} | R Documentation |
Computes bandwidth for log domain KDE using the Silverman rule.
bw.logG(x)
x |
numeric vector of the data. Must be strictly positive, will be log transformed during estimation. |
bw the optimal bandwidth.
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.
bw.logG(rchisq(100,10))