powered by
Fits a bounded kernel-smoothed distribution to the given sample of scores. In particular, the beta kernel by Chen (1999) is used, as in Chen99Kernel.
Chen99Kernel
effCont_bks(x)
a sample of effectiveness scores between 0 and 1.
an object of class eff.cont.bks, which inherits from eff.cont.
eff.cont.bks
eff.cont
S.X. Chen (1999). Beta kernel estimators for density functions. Computational Statistics & Data Analysis, 31, 131-145.
deff, peff, qeff and reff.
deff
peff
qeff
reff
# NOT RUN { e <- effCont_bks(web2010ap[,1]) c(e$mean, e$var) plot(e, plot.data = TRUE) # }
Run the code above in your browser using DataLab