Description Usage Arguments Examples
Independent draws from the Gaussian model specified.
| 1 | gp_ens0(k, gp_data)
 | 
| k | ensemble size | 
| gp_data | a list returned by gp_simulate | 
| 1 2 3 | gp_data <- gp_simulate(q=100)
xb <- gp_ens0(20, gp_data)
gp_plot(gp_data, xb,  'Background')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.