34 Gaussian Processes and Brownian Motion
- A stochastic process
is a Gaussian process if for any time points the process values have a joint Gaussian (a.k.a. Multivariate Normal) distribution. - That is, a stochastic process
is a Gaussian process if for any and any time points any linear combination of the process values has a Normal (Gaussian) distribution. - In particular, at any time
the process value has a Normal (Gaussian) distribution. - In particular, at any pair of times
and the pair of process values has a Bivariate Normal (Bivariate Gaussian) distribution. - The distributional properties of a Gaussian process are completely specified by its:
- mean function
, and - autocovariance function
(or autocorrelation function ).
- mean function
- If a Gaussian process is WSS then it is strict-sence stationary.
- Remember, WSS does not imply strict-sense stationary in general.
Example 34.1 The noise in a signal
Is
a WSS process?
Specify the distribution of
.
Compute
.
Without doing any further calculations, specify the distribution of
, and , for any . Explain.
Specify the joint distribution of
and .
Determine the probability that the noise at
seconds is more than 0.5 above the noise at seconds.
Compute
.
Without doing any calculations, find
.
- A stochastic process
is a Brownian motion (process) (a.k.a. Wiener process) with scale parameter if:- For all
,- So Brownian motion has stationary increments
- For all
, is independent of- So Brownian motion has independent increments
- For each outcome, the sample path
is a continuous1 function of .
- A Brownian motion process is a Gaussian process with
The stochastic process represented by Figure 29.1 and Figure 29.2 is a Brownian motion process with scale parameter
Example 34.2 Brownian motion is often used to model the behavior of charge carriers (electrons and holes) in semiconductors. Suppose that for one particular semiconductor material, the motion of holes is a given direction (say, in microns per second) is Brownian motion with
What does
represent?
What does
represent?
Do the symbols
and denote the same random variable?
Does
have the same distribution as ? If not, state a quantity involving that does have the same distribution as .
Is
independent of ? If not, state a quantity involving that is independent of .
Is
independent of ? If not, state a quantity involving that is independent of .
Compute the probability that a carrier is more than 200 microns from its initial position, in either direction, after 3 seconds.
Compute the probability that at time 5 seconds a carrier is more than 200 microns away, in either direction, from its position at time 2 seconds.
- Let
, be independent with and - Define
and - The discrete-time stochastic process
is a symmetric simple random walk (RW). - Properties of a symmetric simple random walk
- A Brownian motion process is a continuous — in time and in state — limit of a simple symmetric random walk.
- Continuous path: define for all
by “connecting the dots” - Continuous in time: speed up time between steps by factor of
. (Take a step at times instead of - Continuous in state: scale down size of step by factor2 of
. (Size of step is instead of .) - Take limit as
to get “continuous random walk”, which can be shown to be a Brownian motion process
Fun fact: while every path of Brownian motion is a continuous function of
, it can be shown that every path of Brownian motion is not differentiable for any .↩︎Note:
so the magnitude of the value of the SSRW after steps is on the order of . The square root scaling is “just right”; with some other factor the process would either blow up or collapse to 0 in the limit.↩︎