Probability

Overview

There are generally two schools of thought on how to go about interpreting a probability space.

  1. The frequentist view of probability is that is represents a long-running frequency over a large number of repetitions of an experiment.
  2. The Bayesian view of probability is that it represents a degree of belief about the event in question.

Probability Spaces

The sample space S of an experiment is the set of all possible outcomes of the experiment. An event A is a subset of the sample space S. We say A occurred if the actual outcome of the experiment is a member of S.

Assume a finite sample space S in which every outcome is equally likely, one can naïvely define the probability of an event AS as

Pnaïve(A)=|A||S|=no. of outcomes favorable to Atotal number of outcomes in S

More generally, a probability space S,P is a (possibly infinite) sample space S and a probability function P which takes an event AS as input and returns P(A), a real number between 0 and 1, as output. The function P must satisfy the following three axioms:

  1. P()=0
  2. P(S)=1
  3. If A1,A2, are disjoint events, thenP(n=1An)=n=1P(An)

Properties

Let S,P be a probability space. If A,BS are events, the following properties hold:

Odds

Let S,P be a probability space and AS be an event. The odds of A are defined as

odds(A)=P(A)P(AC)

If odds(A)=N, we say the odds in favor of A are N to 1. This is sometimes instead denoted as N:1. Equivalently, we may say the odds are against A 1 to N.

Powered by Forestry.md