Discrete Effectiveness as Beta-Binomial Distribution.
Fits a discrete kernel-smoothed distribution, to the given sample of scores and support points.
effDisc_bbinom(x, support)
x
: a sample of effectiveness scores between 0 and 1.support
: the support of the distribution.an object of class eff.disc.bbinom
, which inherits from eff.disc
.
e <- effDisc_bbinom(web2010p20[,1], seq(0,1,.05)) c(e$mean, e$var) plot(e, plot.data = TRUE)
deff
, peff
, qeff
and reff
.
Useful links