I know based on the answers to this question Derivative of a Gaussian Process that the derivative of a Gaussian process is another Gaussian process, but I was wondering if someone could tell (or show) me how to explicitly calculate the expression for the derivative of a Gaussian process. For example, assuming that I have the following
$$f\sim GP(X\beta,\sigma^2R)$$ where $R$ is the Gaussian correlation function
$$R=\exp\left\{-\sum_{i=1}^n\frac{|x_{ij}-x_{ik}|^2}{\phi_i}\right\}$$
What would the distribution of $f'$ be (i.e., the derivative of $f$)?