I am trying to understand the definition of a stochastic process and related terminology by myself. I found this intuitive:
http://www.eco.uc3m.es/~jgonzalo/teaching/PhDTimeSeries/StochasticProcessesExamples.pdf
Let $\Omega=\left\{\omega_{1}, \omega_{2}, \ldots\right\}$ and let the time index $0\le n\le N<\infty$, A stochastic process in this setting is a two-dimensional array or matrix such that:
$X=\left[\begin{array}{ccc} X_{1}\left(\omega_{1}\right) & X_{1}\left(\omega_{2}\right) & \ldots \\ X_{2}\left(\omega_{1}\right) & X_{2}\left(\omega_{2}\right) & \ldots \\ \ldots \ldots & \ldots & \ldots \\ X_{N}\left(\omega_{1}\right) & X_{N}\left(\omega_{2}\right) & \ldots \end{array}\right] $
In the context of this (example 1 in the linked pdf), suppose my $\Omega=\{1,2,3,4, 5\}=\{\omega_1,\dots,\omega_5\}$ and time index set $\mathbb T=\{t_0=0,1,2,3,\dots, \infty\}$
and my scheme is I start with a fixed deterministic point $x$ at time $t=t_0$ say, from $\mathbb R$, and then I chose $\omega_1$ at random and define $X_1= f_{\omega_1}(x)$, then next $X_2= f_{\omega_2}(X_1)$ and so on, i.e $X_{n}=f_{\omega_n}(X_{n-1})$, where $\omega_1,\dots$ are i.i.d discrete random variables taking values in $\{1,2,\dots, 5\}$ and I have given $f_1,\dots, f_5$ real-valued functions beforehand. Now in this context, could anyone tell me what is my sample path and what is my random variable and how would I construct a matrix representation like example 1 in the note?
$\star$ $\star$ Also, a little doubt: In the representation of $X$ in matrix form in example1, is the $\omega_1$ in the first entry $X_1(\omega_1)$ in the first row is same as the first entry $X_2(\omega_1)$ in the 2nd row? Or do we just denote by $\omega_1$ which comes as a result of the random experiment no matter whether we are doing the experiment first time or 2nd time or so on? Also, I am thinking that we get the first row when we do the random experiment the first time and 2nd row when we perform the random experiment 2nd time...?