Definition (Gaussian process)
A Stochastic Process (Xt)t∈R is called a Gaussian Process if for any finite collection of points t1,t2,…,tn∈R, the Random Vector X=[Xt1,Xt2,…,Xtn]⊤ follows a Multivariate Gaussian distribution: X∼N(m,K)where:
- m=[m(x1),m(x2),…,m(xn)]⊤ is the mean vector.
- K is the n×n Covariance matrix with entries Kij=k(xi,xj).