File: bkfe.R

package info (click to toggle)
kernsmooth 2.23-18-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: fortran: 507; ansic: 51; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
## 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))