R/best_binomial_bandit_sim.R

Defines functions best_binomial_bandit_sim

Documented in best_binomial_bandit_sim

best_binomial_bandit_sim <- function(x,
 n,
 alpha = 1,
 beta = 1,
 ndraws = 5000
) {
    return(prob_winner(sim_post(x,n,alpha,beta,ndraws)))
}

Try the bandit package in your browser

Any scripts or data that you put into this service are public.

bandit documentation built on June 29, 2022, 5:05 p.m.