Gaussian Process

Date: 9/11/2024

Whazzat!

Stochastic Process: A stochastic process is a set of random variables in a probability space. The index of which is usually time. More formally, given a probability space \((\Omega, \mathcal{F}, \mathcal{P})\), and an index set \(\mathcal{T}\), the stochastic process is \({X(t) \| t \in \mathcal{T}}\).

A time continuous stochastic process, \({X(t) \| t \in \mathcal{T}}\) where any finite set of indices \(t_1, t_2, \cdots t_k \in \mathcal{T}\) ensures that \(X_{t_1, t_2, \cdots t_k} = [X(t_1), X(t_2), \cdots X(t_k)]^T\) is a multivariate Gaussian random variable. A multivariate Gaussian rv is same as saying any linear combination of \((X(t_1), X(t_2), \cdots X(t_k))\) is a univariate Gaussian distribution. 😲

Covariance function

The covariance function should be non-negative definiteness which allows us to use Karhunen–Loève expansion. Choice of covariance function allows us to control stationarity, isotropy, smoothness and periodicity. A stationary process has covariance function between two points x, x’ that depends only on x-x’ . Furthermore, the process is isotropic if it only depends on the euclidean norm between them and not direction.

Another way of looking at covariance function is that we are choosing a prior over the function.

RKHS

TODO

Multivariate Gaussian Process

Read

Further reading

Questions