Description Usage Arguments Value Examples
Simulate a correlated Gaussian random field. The covariance function is the GC (Gaspari-Cohn) with half length determined by l Observations are made at every location with independent errors and variance Rsig2
1 | gp_simulate(q = 100, l = 5, Rsig2 = 1)
|
q |
dimension |
l |
half correlation length for the covariance matrix |
Rsig2 |
variance of the observation |
list with x the field, y the observations and various informations about the processes used for assimilation
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.