
180 Chapter 13. Geostatistics
variable. Other continuous random variables are the temperature vari-
ations in a year, the stress variations in an earthquake zone, and the
velocity of a drifting plate.
The set of all the possible outcomes forms the sample space, and
the elements of a sample space are called outcomes. Each subset of
a sample s pace is called an event. For example, rolling a die has 6
possible outcomes, so the sample s pace is simply the set of all the
possible outcomes: Ω = {1, 2, 3, 4, 5, 6}. An event such as A = {2, 3, 5}
is the event that correspo nds to the case when the face values of the
die are prime numbers.
Probability P is a number or a n expected freq uency assigned to an
event A that indicates how likely it is that the event will occur when a
random experiment is performed. In order to show the probability P
is associated with event A, we usually write this proba bility as P (A).
If we conduct a large number of fair trials such as tossing a coin 5,000
times, the probability of an event such as heads can be calculated by
P (A) =
N
A
(number of outcomes in the event A)
N
Ω
(total number of outcomes)
. (13.2 )
The total sum of all the probabilities of all the possible outcomes must
be 1. For example, if we toss a coin 5000 times, the heads appear
2507 times. The probability of heads is P (H) = 2507/5000 = 0.5014.
As there must be (5000 − 2 507) = 2493 tails appear, the probability
of tails is P (T ) = 2493/500 0 = 0.4986. The total pro babilities are
P (H) + P (T ) = 0.5014 + 0.4986 = 1.0.
Two events are said to be independent if one event is not affected
by whether or not the other event occurs. In this case, the probability
P of both events occ urring is the product of individual pr obabilities
P = P (A)P (B), (13.3)
where P (A) and P (B) are the probabilities for events A and B, re-
sp e c tively. For example, if we toss a coin and roll a die a t the same
time, what is the probability that both a head and the numb e r 5 oc-
cur? Let A be the event of a head, and B be the event of numbe r 5 as
the outcome of ro lling a die. We have P (A) = 1/2 and P (B) = 1/6,
therefore we have the pr obability of both events occurring at the same
time P = P (A)P (B) = (1/2) × (1/6) = 1/12.
Each value or outcome of a random variable may occur with certain
probability, and the probability may vary. In this case, we use a proba-
bility density function p(x) to represent how the probability var ies with
x. If there are n possible outcomes x
i
for a discrete random variable,
we have
n
X
i=1
p(x
i
) = 1. (13.4)