effDisc_bbinom function

Discrete Effectiveness as Beta-Binomial Distribution.

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)

Arguments

  • x: a sample of effectiveness scores between 0 and 1.
  • support: the support of the distribution.

Returns

an object of class eff.disc.bbinom, which inherits from eff.disc.

Examples

e <- effDisc_bbinom(web2010p20[,1], seq(0,1,.05)) c(e$mean, e$var) plot(e, plot.data = TRUE)

See Also

deff, peff, qeff and reff.

  • Maintainer: Julián Urbano
  • License: MIT + file LICENSE
  • Last published: 2018-06-15