0% found this document useful (0 votes)
186 views3 pages

Gaussian Random Processes Overview

This document introduces Gaussian (normal) random processes. It defines a Gaussian random process as a random process where any finite collection of random variables from the process are jointly normal. It provides an example of a zero-mean Gaussian process and calculates probabilities related to random variables of the process. It states that for Gaussian processes, wide-sense stationarity and strict-sense stationarity are equivalent and proves this using properties of Gaussian random variables. It also defines jointly Gaussian random processes.

Uploaded by

Ahmed Alzaidi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
186 views3 pages

Gaussian Random Processes Overview

This document introduces Gaussian (normal) random processes. It defines a Gaussian random process as a random process where any finite collection of random variables from the process are jointly normal. It provides an example of a zero-mean Gaussian process and calculates probabilities related to random variables of the process. It states that for Gaussian processes, wide-sense stationarity and strict-sense stationarity are equivalent and proves this using properties of Gaussian random variables. It also defines jointly Gaussian random processes.

Uploaded by

Ahmed Alzaidi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
  • Gaussian Random Processes
  • Further Properties of Gaussian Processes
  • Joint Gaussian Processes

10.1.

5 Gaussian Random Processes


Here, we will briefly introduce normal (Gaussian) random processes. We will discuss some examples of Gaussian
processes in more detail later on. Many important practical random processes are subclasses of normal random
processes.

First, let us remember a few facts about Gaussian random vectors. As we saw before, random variables X1 , X2 ,..., Xn
are said to be jointly normal if, for all a1 ,a2 ,..., an ∈ R, the random variable

a 1 X 1 + a 2 X 2 +. . . +a n X n

is a normal random variable. Also, a random vector

X1
⎡ ⎤

⎢ X2 ⎥
⎢ ⎥
⎢ . ⎥
X = ⎢ ⎥
⎢ . ⎥
⎢ ⎥
⎢ . ⎥
⎢ ⎥

⎣ ⎦
Xn

is said to be normal or Gaussian if the random variables X1 , X2 ,..., Xn are jointly normal. An important property of
jointly normal random variables is that their joint PDF is completely determined by their mean and covariance matrices.
More specifically, for a normal random vector X with mean m and covariance matrix C, the PDF is given by

1 1 −1
T
fX (x) = exp{− (x − m) C (x − m)}.
n
−−−−−
(2π) 2 √det C 2

Now, let us define Gaussian random processes.


A random process {X(t), t ∈ J } is said to be a Gaussian (normal) random process if, for all

t1 , t2 , … , tn ∈ J ,

the random variables X(t1 ) , X(t2 ) ,..., X(tn ) are jointly normal.

Example 10.12
2

Let X(t) be a zero-mean WSS Gaussian process with RX (τ ) = e


−τ
, for all τ ∈ R.

1. Find P (X(1) < 1) .

2. Find P (X(1) + X(2) < 1) .

Solution
1. X(1) is a normal random variable with mean E [X(1)] = 0 and variance

2
Var(X(1)) = E [X(1) ]

= RX (0) = 1.

Thus,
1−0
P (X(1) < 1) = Φ ( )
1

= Φ(1) ≈ 0.84

2. Let Y = X(1) + X(2) . Then, Y is a normal random variable. We have

EY = E [X(1)] + E [X(2)]

= 0;

Var(Y ) = Var(X(1)) + Var(X(2)) + 2Cov(X(1), X(2)).

Note that

2 2
Var(X(1)) = E [X(1) ] − E [X(1)]

2
= RX (0) − μ
X

= 1 − 0 = 1 = Var(X(2));

Cov(X(1), X(2)) = E [X(1)X(2)] − E [X(1)]E [X(2)]

2
= RX (−1) − μ
X

1
−1
= e −0 = .
e

Therefore,

2
Var(Y ) = 2 + .
e

We conclude Y ∼ N (0, 2 +
2
). Thus,
e

⎛ ⎞
1−0
P (Y < 1) = Φ ⎜ −−−−−⎟
2
⎝ √2 + ⎠
e

= Φ(0.6046) ≈ 0.73

An important property of normal random processes is that wide-sense stationarity and strict-sense stationarity are
equivalent for these processes. More specifically, we can state the following theorem.

Theorem 10.1 Consider the Gaussian random processes {X(t), t ∈ R}. If X(t) is WSS, then X(t) is a stationary
process.

Proof
We need to show that, for all t1 , t2 , ⋯ , tr ∈ R and all Δ ∈ R, the joint CDF of

X(t1 ), X(t2 ), ⋯ , X(tr )

is the same as the joint CDF of

X(t1 + Δ), X(t2 + Δ), ⋯ , X(tr + Δ).


Since these random variables are jointly Gaussian, it suffices to show that the mean vectors and the
covariance matrices are the same. To see this, note that X(t) is a WSS process, so

μX (ti ) = μX (tj ) = μX , for all i, j,

and

CX (ti + Δ, tj + Δ) = CX (ti , tj ) = CX (ti − tj ), for all i, j.

From the above, we conclude that the mean vector and the covariance matrix of

X(t1 ), X(t2 ), ⋯ , X(tr )

is the same as the mean vector and the covariance matrix of

X(t1 + Δ), X(t2 + Δ), ⋯ , X(tr + Δ).

Similarly, we can define jointly Gaussian random processes.


Two random processes {X(t), t ∈ J } and {Y (t), t ∈ ′
J } are said to be jointly Gaussian (normal), if for all

t1 , t2 , … , tm ∈ J

and
′ ′ ′ ′
t , t , … , tn ∈ J ,
1 2

the random variables


′ ′ ′
X(t1 ), X(t2 ), ⋯ , X(tm ), Y (t ), Y (t ), ⋯ , Y (tn )
1 2

are jointly normal.


Note that from the properties of jointly normal random variables, we can conclude that if two jointly Gaussian random
processes X(t) and Y (t) are uncorrelated, i.e.,

CXY (t1 , t2 ) = 0, for all t1 , t2 ,

then X(t) and Y (t) are two independent random processes.


← previous
next →

Common questions

Powered by AI

Joint normality in a Gaussian random process ensures that any finite collection of random variables from the process will behave according to a multivariate normal distribution, which maintains specific covariance structures over time. This leads to sample paths that are smooth and continuous, following predictable statistical behavior in large samples due to the Central Limit Theorem .

A Gaussian random vector is defined as normal or Gaussian if the random variables are jointly normal. The joint PDF of a normal random vector X with mean and covariance matrix C is given by a specific function determined by these parameters. It involves the exponential function of the quadratic form of x - m, normalized by the determinant of C and a (2π)^(n/2) factor .

Jointly Gaussian random processes can be characterized by their independence through their correlation. If two jointly Gaussian random processes are uncorrelated, meaning the cross-covariance between their respective random variables is zero for all time points, then the processes are independent .

In Gaussian processes, wide-sense stationarity (WSS) is significant because it implies stationarity in a stricter sense. For Gaussian random processes, if a process is WSS, it is also a strictly stationary process. This means that the statistical properties of the process do not change over time, simplifying analysis by allowing the use of constant means and covariances .

In a Gaussian process, the joint PDF of the random variables is completely determined by their covariance matrices. This is because the covariance dictates how the variability in one random variable corresponds to variability in another, thus shaping the multi-dimensional bell curve that represents their joint distribution. Without covariances, the PDFs would not capture relationships or dependencies among variables adequately .

In Gaussian processes, the covariance structure dictates how predictive and stable the signals are. A well-defined covariance structure results in high predictability and stability as it informs about the expected correlations between different parts of the signal, allowing for robust estimations and reductions in uncertainty. This is crucial in signal processing applications where noise and variability management are essential for signal clarity and accuracy .

In the context of Gaussian random processes, wide-sense stationarity (WSS) implies strict stationarity. This means that if a process is WSS, then it inherently possesses strict stationarity as well because Gaussian distributions fulfill both types of stationarity automatically. This is attributed to the fact that Gaussian processes are fully described by their mean and covariance, which are constants over time in WSS .

Two random processes are classified as jointly Gaussian if, for every possible combination of time points from each process, the corresponding set of random variables is jointly normal. This means that their joint distributions follow the properties of Gaussian distributions characterized by appropriate mean vectors and covariance matrices .

When a random variable within a Gaussian process is zero-mean, this implies that its expected value is zero. Consequently, its variance, which measures the expected squared deviation from the mean, becomes the second moment about the origin. For example, if Var(X(1)) = E[X(1)^2], and E[X(1)] = 0, it simplifies to Var(X(1)) = E[X(1)^2] given E[X(1)] = 0 .

The determinant of the covariance matrix in the joint PDF of a Gaussian random vector acts as a scaling factor, correcting for the volume distortion induced by the covariance structure. It normalizes the PDF to ensure it integrates to one over all space and directly affects the spread and shape of the probability contours in the Gaussian distribution .

10.1.5 Gaussian Random Processes
Here, we will briefly introduce normal (Gaussian) random processes. We will discuss some exa
2. Let 
. Then, 
 is a normal random variable. We have
Note that
Therefore,
We conclude 
. Thus,
An important property of nor
Since these random variables are jointly Gaussian, it suffices to show that the mean vectors and the
covariance matrices are

You might also like