Bernoulli Distribution - rFronteddu/general_wiki GitHub Wiki
X ~ Bern(p): "Variable SX follows a Bernoulli distribution with a probability of success equal to p."
Describes events with 1 trial and 2 possible outcomes (ex. coin flip, single F/T question)
When we use Bern, p is known or we have past data indicating some experimental probability.
Conventionally, p is the highest probability, and 1 - p is the other. Moreover, we assign values 1 to p and 0 to 1 - p. That way E(X) expresses the likelihood of the favored event.