Probability basics

Climate of the Earth system

Prof. Dr. Markus Meier
Leibniz Institute for Baltic Sea Research Warnemünde (IOW)
E-Mail: markus.meier@io-warnemuende.de

Probability basics#

  • examples of uncertain, stochastic events: coin tossing, lottery numbers, rainfall at a certain time and place, any physical quantity of a stochastic or thermodynamic process

  • examples of certain, deterministic events. length of a body (table, room or ship), time of the sun rise, wave propagation, any kind of physical quantity of a deterministic process (with well-defined initial values)

    1. definitions for probability P, events A and B, sample space S:

    • probability of A: \(P(A) ~\epsilon~ [0,1]\)

    • probability of not A: \(P(A') = 1-P(A)\)

    • \(P(A \cup A') = P(A) + P(A') =1\)

    • \(P(A \cap A') = 0\)

    • \(P(A \cup B) + P(A \cap B) = P(A) + P(B)\)

    • probability of any event of the sample space happening \(P(S) = 1\)

    1. exapmles

    • When you flip a coin twice, what’s the probability of a) getting the same side twice, b) getting each side once, c) first heads (H) then tails (T)? What is the sample space S?
      Answer: a) \(P = \frac{1}{2}\), b) \(P = \frac{1}{2}\), c) \(P = \left( \frac{1}{2}\right)^2 = \frac{1}{4}\), S={HT, TH, HH, TT}

    • When rolling a dice: event A = even number, event B = number < 3. What are \(P(A \cup B)\) and \(P(A) + P(B)\)? Answer: \(P(A \cup B)=\frac{5}{6}\) and \(P(A \cap B)=\frac{1}{6}\)

    • Whats the probability of tossing the number 6 at least once with 3 dices?
      Answer: \(P = 1 - P' = 1 - \left( \frac{5}{6} \right)^3 \approx 0.42\)

  • conditional probability

    • if two events are stochastically independent, i.e. the result of a coin flip and dice toss at the same time: \(P(A \cap B)=P(A) + P(B)\)

    • if two events are stochastically dependent, i.e. A = storm, B = winter, probability of A happening under the condition that B has already happened \(P(A|B) = \frac{P(A \cap B)}{P(B)}\)

    • stochastical dependence implies a causality direction, i.e. weather and the weather forecast. the weather forecast depends on the weather but vice versa the weather does not depend on the forecast