What is a "variable index" in the Gaussian perspective?

I was going through this article about Gaussian processes, in which the author explains about the "variable index" in the form of a plot while writing about 2D Gaussian.

The explanation and plot are as below:

I understood the y-axis in this plot, but I'm having problems understanding the x-axis (variable index).

Where did the values 1 and 2 come from in that axis and how is the y-value 2 for both of them?

Topic gaussian-process gaussian

Category Data Science


The motivation behind this diagram is to explain how the 2 dimensions of a 2D Gaussian are related to each other depending on the covariance matrix. The author of the article refers to the dimension as 'variable index'. By reading further in the article, the author explains that as the off-diagonal element of the covariance matrix is 0.9, the 2 dimensions are highly correlated. So if we sample a point from this 2D Gaussian, the first variable-index or dimension of the sample will have almost a similar value to the second dimension (=2) in the example. On the other hand, if the off-diagonal element is 0.0 then the two variable-indices or dimensions will be very different.

This example builds up to the idea of defining a kernel function in the Gaussian Process.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.