BernoulliRandomVariable.md (299B)
1 # Bernoulli Random Variable 2 3 Prob L8 4 5 **Definition:** A bernoulli random variable is a random variable that has a bernoulli distribution where the outcome is binary. 6 7 In a bernoulli distribution the probability of any given event x is defined as p and the probability of not x is defined as 1-p.