effCont_bks: Continuous Effectiveness as Beta Kernel-smoothed...

Description Usage Arguments Value References See Also Examples

View source: R/effCont_bks.R

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

1

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

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

julian-urbano/simIReff documentation built on May 21, 2019, 9:37 a.m.