1. Learn
  2. /
  3. Courses
  4. /
  5. Beginning Bayes in R

Exercise

The likelihoods

Well done, the vector of prior probabilities for Spinner A and Spinner B is indeed (0.5, 0.5)! This vector is available in your workspace as Prior.

Suppose the spinner is spun once and the needle falls in the blue region (3).

If Likelihood is the vector of likelihoods represented as (Probability of blue for Spinner A, Probability of blue for Spinner B), what is the value of Likelihood?

Instructions

50 XP

Possible answers