HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/Program Files/R/R-4.4.0/library/KernSmooth/tests/bkfe.R
## failed in bkfe with exaxt powers of 2 prior to 2.23-5
library(KernSmooth)
x <- 1:100
dpik(x, gridsize = 256)
## and for bkde for some x.
x <- c(0.036, 0.042, 0.052, 0.216, 0.368, 0.511, 0.705, 0.753, 0.776, 0.84)
bkde(x, gridsize = 256, range.x = range(x))