I asked this question, Calculating the expression for the derivative of a Gaussian process, some time ago, and now I am interested in an extension to the question. So originally I wanted to know the following: Given $$f(x_1),f(x_2),....,f(x_n)\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\}$$
then the distribution of $f'(x_1),f'(x_2),...,f'(x_n)$ is $$ f'(x_j) \sim \text{GP}\left( \beta_j, \sigma^2 \frac{2}{\phi_j} R\right) $$
Now what I would ultimately like to know is whether or not it is possible to calculate the posterior predictive process of the derivative process based on NON DERIVATIVE observations, i.e., is the following quantity defined?
$$f'(x_1),f'(x_2),...,f'(x_n)\,|\,\,f(x_1),f(x_2),...,f(x_n)\sim ???$$
@g g seems to suggest it can be done here: Derivative of a Gaussian Process but I don't follow the argument.