effCont_bks {simIReff}R Documentation

Continuous Effectiveness as Beta Kernel-smoothed Distribution.

Description

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.

Usage

effCont_bks(x)

Arguments

x

a sample of effectiveness scores between 0 and 1.

Value

an object of class eff.cont.bks, which inherits from eff.cont.

References

S.X. Chen (1999). Beta kernel estimators for density functions. Computational Statistics & Data Analysis, 31, 131-145.

See Also

deff, peff, qeff and reff.

Examples

e <- effCont_bks(web2010ap[,1])
c(e$mean, e$var)
plot(e, plot.data = TRUE)

[Package simIReff version 1.0 Index]