powered by
Computes likelihood matrix for many spinners
spinner_likelihoods(regions)
list of vectors of integer areas for the spins 1, 2, ...
A matrix where each row corresponds to the outcome probabilities for one spinner.
# NOT RUN { sp1 <- c(2, 1, 1) sp2 <- c(1, 1, 1, 1) regions <- list(sp1, sp2) spinner_likelihoods(regions) # }
Run the code above in your browser using DataLab