Lecture 2 Flashcards

1
Q

What is a Gaussian process (in words)

A

A Gaussian process is an infinite dimensional stochastic function all
of whose marginal, conditional and joint distributions are Gaussian.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the pdf of a Gaussian distribution

A

1/{sqrt{2 pi} sigma} exp(-1/2 * (x- mu)^2/sigma^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a strictly stationary process

A
  • A strictly stationary process has the same statistical properties everywhere.
  • Denote the process by Y .
  • Then the distribution of Y (x) is the same as for Y (x + h)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can we work around the restrictions of stationarity

A

Stationarity appears to place great restrictions on our mean function
restricting us to constant mean processes.
But we can write
Y (x) = µ(x) + Z(x)
where Z(x) is a zero mean process
and µ(x) is deterministic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a weakly stationary process

A

For a weakly stationary process the first and second order moments
are the same everywhere
So
Cov(x1, x2) = Cov(x1 + h, x2 + h)
and the covariance simply depends on distance.
This is also known as second order stationarity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Does weak stationarity imply strict stationarity

A

It does for Gaussian process, but only for GPs. In general the converse always applys

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Intrinsic stationarity

A

Assume a constant mean process then
E(Y (x + h) − Y (x))^2 = Var(Y (x + h) − Y (x)) = 2γ(h)
If this only depends on h then the process is said to have intrinsic
stationarity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Prove the covariance function of a weakly stationary process is positive definite

A

For a weakly stationary process Y we have for all ai

Var[Sum(aiY(xi))] >=0

= Sum(aiaj Cov(Y(xi), Y(xj))

= Sum(aiaj c(|xi-xj|))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Bochners Theorem

A

Bochner’s theorem states that c(h)is positive definite if and only if

c(h) = Integral exp(iw^(T_h))G(dw)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

if G(dw) = g(w) dw what is the spectral density

A

Then g(w)/c(0) is the spectral density

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the implications of Bochners theorem (3 of them)

A
  • We can find out if a proposed covariance function is positive definite
  • We can generate neew covariance functions
  • We can work in the Fourier domain if we want
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Isotropy

A

If the covariance depends only on distance (not direction) the process is isotropic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is special about the covariance function of an isotropic process

A

It’s Univariate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Separability

A

A process is separable if
C((x1, y1)^T, (x2, y2)^T) = C_x(x1-x2).C_y(y1=y2)

The corellation structure int he x direction doesn’t change in the y direction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly