gp_ens0: Generate initial ensemble

Description Usage Arguments Examples

View source: R/dynamics_gp.R

Description

Independent draws from the Gaussian model specified.

Usage

1
gp_ens0(k, gp_data)

Arguments

k

ensemble size

gp_data

a list returned by gp_simulate

Examples

1
2
3
gp_data <- gp_simulate(q=100)
xb <- gp_ens0(20, gp_data)
gp_plot(gp_data, xb,  'Background')

robertsy/assimilr documentation built on May 27, 2019, 10:33 a.m.