Calculates the posterior mean for test input X_* for a given draw from the posterior of w.
| 1 | f_s_mean(w_p, k_xx, k_sx, y, x)
 | 
| w_p | A draw from the posterior of w | 
| k_xx | K(X,X) matrix (from the training data) | 
| k_sx | K(X*, X) matrix | 
| y | Observed outcomes | 
| x | Matrix of training covariates | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.