Probability TheoryStatistics in Geophysical Sciences: Example Kraft, T., Wassermann, J., Schmedes, E., Igel, H.. Probability Theory The meaning of probability Some properties of the prob
Trang 1Statistics in Geophysics: Introduction and
Probability Theory
Steffen Unkel
Department of Statistics Ludwig-Maximilians-University Munich, Germany
Trang 3Statistics in Geophysical Sciences
Geophysics can be subdivided by the part of the Earth studied
One natural division is intoatmospheric science,ocean science
divided into the crust, mantle and core
“As mainstream physics has moved to study smaller objects and more distant ones, geophysics has moved closer to geology, and its mathematical content has become generally more dilute, with important singularities The subject is driven largely by observation and data analysis, rather than theory, and probabilistic modeling and statistics are key to its progress.” (see Stark, P B (1996))
Trang 4Probability Theory
Statistics in Geophysical Sciences: Example
Kraft, T., Wassermann, J., Schmedes, E., Igel, H (2006):
Meteorological triggering of earthquake swarms at Mt
Hochstaufen, SE-Germany, Tectonophysics, Vol 424 No 3-4, pp.245-258
http://www.geophysik.uni-muenchen.de/~igel/PDF/kraftetal_tecto_2006.pdf
Trang 5Statistics in Geophysical Sciences: Example Example 2: The Hochstaufen earthquake swarms
5 / 42
Mount Hochstaufen earthquakes
Trang 7Statistics in Geophysical Sciences: Example
Number of earthquakes
Number of Quakes in each of the Categories of Depth
Days since January 1st, 2002
1 3
Trang 9Uncertainty in Geophysics
degrees in different instances
For example, you cannot be completely certain
whether or not rain will occur at hour home tomorrow, or whether the average temperature next month will be greater or less than the average temperature this month.
We are faced with the problem of expressing degrees ofuncertainty
It is preferable to express uncertainty quantitatively This isdone using numbers called probabilities
Trang 10Probability Theory The meaning of probability
Some properties of the probability functionSample space
The set, Ω, of all possible outcomes of a particular experiment
is called the sample space for the experiment
If the experiment consists of tossing a coin with outcomeshead (H) or tail (T), then
Ω = {H, T}
Consider an experiment where the observation is reaction time
to a certain stimulus Here,
Ω = (0, ∞) Sample spaces can be eithercountable oruncountable
Trang 11experiment, that is, any subset of Ω (including Ω itself)
An event can be either:
1 a compound event (can be decomposed into two or more (sub)events), or
Trang 12Probability Theory The meaning of probability
Some properties of the probability functionSet operations
Given any two events A and B we define the following operations:
Union: The union of A and B, written A ∪ B is
Trang 13Venn diagrams
Ω
A ∩ B
Trang 14Probability Theory The meaning of probability
Some properties of the probability functionVenn diagrams
C
Ω(A ∪ B) ∩ (B ∪ C )
Trang 15Set operations: Example
Selecting a card at random from a standard desk and notingits suit: clubs (C), diamonds (D), hearts (H) and spades (S).The sample space is Ω = {C,D,H,S}
Some possible events are A = {C,D} and B = {D,H,S}
From these events we can form A ∪ B = {C,D,H,S},
A ∩ B = {D} and A = {H,S}
Notice that A ∪ B = Ω and A ∪ B = ∅, where ∅ denotes the
Trang 16Probability Theory The meaning of probability
Some properties of the probability functionProperties of set operations
For any three events, A, B and C , defined on the sample space Ω,
Commutativity: A ∪ B= B ∪ A,
A ∩ B= B ∩ A;
Associativity; A ∪(B ∪ C ) = (A ∪ B) ∪ C ,
A ∩(B ∩ C ) = (A ∩ B) ∩ C ;Distributive laws: A ∩(B ∪ C ) = (A ∩ B) ∪ (A ∩ C ),
A ∪(B ∩ C ) = (A ∪ B) ∩ (A ∪ C );
De Morgan’s laws: A ∪ B= A ∩ B,
A ∩ B= A ∪ B
Trang 17Partition of the sample space
Two events A and B are disjoint (or mutually exclusive) if
A ∩ B = ∅ The events A1, A2, arepairwise disjoint if
Ai ∩ Aj = ∅ for all i 6= j
If A1, A2, are pairwise disjoint and S∞
i=1 = Ω, then thecollection A1, A2, forms apartitionof Ω
Trang 18Probability Theory The meaning of probability
Some properties of the probability functionDefinition of Laplace
Th´eorie Analytique des Probabilit´es (1812)
“The theory of chance consists in reducing all the events of thesame kind to a certain number of cases equally possible, that is tosay, to such as we may be equally undecided about in regard totheir existence, and in determining the number of cases favorable
to the event whose probability is sought The ratio of this number
to that of all the cases possible is the measure of this.”
Trang 19Definition by Laplace
For an event A ⊂ Ω, the probability of A, P(A), is defined as
P(A) := |A|
|Ω| ,where |A| denotes the cardinality of the set A
Trang 20Probability Theory The meaning of probability
Some properties of the probability functionFrequency interpretation (von Mises)
The probability of an event is exactly its long-run relativefrequency:
P(A) = lim
n→∞
an
n ,where anis the number of occurrences and n is the number ofopportunities for the event A to occur
Trang 21Subjective interpretation (De Finetti)
Employing the Frequency view of probability requires a longseries of identical trials
The subjective interpretation is that probability represents thedegree of belief of a particular individual about the occurrence
of an uncertain event
Trang 22Probability Theory The meaning of probability
Some properties of the probability functionKolmogorov axioms
A collection of subsets of Ω is asigma algebra (or field) F, if
∅ ∈ F and if F is closed under complementation and union
Given a sample space Ω and an associated sigma algebra F, a
A1 P(A) ≥ 0 for all A ∈ F
Trang 23The calculus of probabilities
If P is a probability function and A is any set in F, then
P(∅) = 0;
P(A) ≤ 1;
P(A) = 1 − P(A)
If P is a probability function and A and B are any sets in F, then
P(A ∪ B) = P(A) + P(B) − P(A ∩ B);
If A ⊂ B, then P(A) ≤ P(B)
Trang 24Probability Theory The meaning of probability
Some properties of the probability function
Conditional probability
If A and B are events in Ω, and P(B) > 0, then theconditional
P(A|B) = P(A ∩ B)
where P(A ∩ B) is thejoint probability of A and B
Trang 25Conditional probability P(A|B)
Trang 26Probability Theory The meaning of probability
Some properties of the probability function
Conditional probability: Example
Table: UK deaths in 2002 from coronary heart disease (CHD) by gender
X: gender of person who died
Y: whether or not a person died from CHD
P(Y = yes|X = male)=?
Trang 27Calculating a conditional probability
P(X = male) = number of male deaths
total number of deaths =
288332
606795 = 0.4752
P(Y = yes and X = male) = number of men who died from CHD
total number of deaths
Trang 28Probability Theory The meaning of probability
Some properties of the probability function
Multiplicative law of probability and independence
Rearranging the definition of conditional probability yields:
P(A ∩ B) = P(A|B)P(B)
= P(B|A)P(A) Two events, A and B, arestatistically independentif
P(A ∩ B) = P(A)P(B) Independence between A and B implies
P(A|B) = P(A) and P(B|A) = P(B)
Trang 29Law of total probability
We use conditional probabilities to simplify the calculation of P(B)
Trang 30Probability Theory The meaning of probability
Some properties of the probability function
Trang 32Probability Theory The meaning of probability
Some properties of the probability function
Bayes’ theorem: Example
We use Bayes’ theorem to obtain an estimate of the probabilitythat a person who is known to have died from CHD is male:P(X = male|Y = yes) = P(Y = yes|X = male)P(X = male)
We obtain
P(X = male|Y = yes) = 0.2237 × 0.4752
0.1936 = 0.5491 ,where
P(Y = yes) = P(Y = yes|X = male)P(X = male)
+P(Y = yes|X = female)P(X = female)
= 0.2237 × 0.4752 + 0.1664 × 0.5248 = 0.1936