Next: Statistical Inference
Up: Technical Background
Previous: Probability Theory
There are situations where one does not want the information concerning each and every outcome of an
experiment. Instead, one is more interested in high-level information. For instance, given a
grayscale digital image where each pixel takes one of the 256 values or intensities,
, one may want to know how many pixels had a particular intensity, rather than
which particular pixels had that intensity. The notion of random variables helps us extract
such information.
The term random variable can be a little misleading [167]. A random variable
(RV), denoted by
, is a mapping, or a function, that assigns some real number to each
element in the sample space
. Thus, an RV is a function,
, whose
domain is the sample space and the range is the set of real numbers [167]. The set of
values actually taken by
is typically a subset of
. When the sample space
is
uncountable, or nondenumerable, not every subset of
constitutes an event to which we could
assign a probability. This entails the definition of a class
denoting the class of
measurable subsets of
. Furthermore, we require that the set
be an event, and a member of
, so that we can define probabilities
such as
. The collection of entities
is called the
probability space associated with the RV
. In this dissertation, uppercase letters, e.g.,
, denote RVs and lowercase letters, e.g.,
, denotes the value assigned by the RVs.
The cumulative distribution function (CDF)
of an RV
is
 |
|
|
(4) |
The CDF satisfies the following properties
The joint CDF
of two RVs
and
is
 |
|
|
(9) |
A continuous RV is one whose CDF is a continuous function. A discrete RV has a
piecewise-constant CDF. Most situations in image processing, and so also in this dissertation,
entail the use of continuous RVs. Hence, from now on we focus on continuous RVs and, unless
explicitly mentioned, we use to the term RV to refer to a continuous RV.
The probability density function (PDF)
of an RV
is
 |
|
|
(10) |
The PDF
satisfies the following properties
where
is the support of
.
The PDF of a discrete RV is a set of impulse functions located at the values taken by the RV. In
this way, a discrete RV creates a mutually-exclusive and collectively-exhaustive partitioning of the
sample space--each partition being
. For
instance, assuming that the intensity takes only integer values in
, we can define a
discrete RV which maps each pixel in the image to its grayscale intensity. Then each partition
corresponds to the event of a particular intensity
being assigned to any pixel.
Here, we denote the PDF of an RV
by
that uses a subscript to signify the
associated RV. In the future, for simplicity of notation, we may drop this subscript when it is
clear which RV we are referring to.
The joint PDF
of two RVs
and
is [123]
 |
|
|
(13) |
The conditional distribution
of an RV
assuming event
is
 |
|
|
(14) |
when
. The conditional PDF
of an RV
assuming event
is
 |
|
|
(15) |
Let us now consider examples of a few important PDFs, many of which we will encounter in the
subsequent chapters in this dissertation. Figure 2.1 shows the PDF and CDF for
a discrete RV.
Figure 2.1:
Discrete RVs:
(a) The PDF and (b) the CDF for a discrete RV.
 |
A continuous PDF, on the other hand, is the
D Gaussian PDF [123], also known as the
Normal PDF:
 |
|
|
(16) |
where
and
are the associated parameters. Figure 2.2 shows the
PDF and CDF of a Gaussian RV.
Figure 2.2:
Continuous RVs:
(a) The PDF and (b) the CDF for a continuous (Gaussian) RV with
and
.
 |
One example of a PDF derived from Gaussian PDFs is the Rician PDF [123]. If independent
RVs
and
have Gaussians PDFs with means
and variance
, then the
RV
has the Rician PDF:
 |
|
|
(17) |
where
. In practice, the Rician PDF results from independent
additive Gaussian noise components in the real and imaginary parts of the complex MR data--the
magnitude of the complex number produces a Rician PDF. The Rician PDF has close relationships with
two other well-known PDFs: (a) the RV
has a noncentral
chi-square PDF [123] and (b) the Rician PDF reduces to a Rayleigh
PDF [123] when
. Figure 2.3 shows two Rician PDFs with
different
values and
. We can show that the Rician PDF approaches a Gaussian PDF
as the ratio of
tends to infinity [123].
Figure 2.3:
Rician PDFs with parameter values
(a)
, and
(b)
.
Note the similarity between the Rician PDF in (b) and
the Gaussian PDF in Figure 2.2(a).
 |
Two RVs are independent if their joint PDF is the product of the marginal PDFs, i.e.,
 |
|
|
(18) |
This is to say that knowing the value of one RV does not give us any information about the value of
the other RV. In other words, the occurrence of some event corresponding to RV
does not affect,
in any way, the occurrence of events corresponding to RV
, and vice versa. A set of RVs are
mutually independent if their joint PDF is the product of the marginal PDFs, i.e.,
 |
|
|
(19) |
It is possible that each pair of RVs in a set be pairwise independent without the entire set
being mutually independent [167].
Often, we deal with measures that characterize of certain properties of PDFs. One such quantity is
the expectation or mean of an RV
:
![$\displaystyle E [X] = \int_{\mathcal{S}_X} x P(x) dx.$](img132.gif) |
|
|
(20) |
The expectation represents the average observed value
, if a sample is derived from the PDF
. It also represents the center of gravity of the PDF
. For example, the mean
of a Gaussian PDF is
. The expectation is a linear operator, i.e., given two RVs
and
and constants
and
![$\displaystyle E [aX + bY] = a E [X] + b E [Y].$](img136.gif) |
|
|
(21) |
Deterministic functions
of an RV
are also RVs [167]. The expected value of
when the observations are derived from
is
![$\displaystyle E_{P(X)} [Y] = \int_{\mathcal{S}_X} f(x) P(x) dx.$](img139.gif) |
|
|
(22) |
The variance gives the variability or spread of the observations around the expectation:
![$\displaystyle \mathop{\mbox{Var}}(X) = \int_{\mathcal{S}_X} (x - E [X])^2 P(x) dx.$](img140.gif) |
|
|
(23) |
For example, the variance of a Gaussian PDF is
.
Next: Statistical Inference
Up: Technical Background
Previous: Probability Theory
Suyash P. Awate
2007-02-21