Continuous Effectiveness as Beta Kernel-smoothed Distribution.
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
.
effCont_bks(x)
x
: a sample of effectiveness scores between 0 and 1.an object of class eff.cont.bks
, which inherits from eff.cont
.
e <- effCont_bks(web2010ap[,1]) c(e$mean, e$var) plot(e, plot.data = TRUE)
S.X. Chen (1999). Beta kernel estimators for density functions. Computational Statistics & Data Analysis, 31, 131-145.
deff
, peff
, qeff
and reff
.
Useful links