mvgauss_to_Xarray | R Documentation |
For multiple types of external forcings (natural, all in the current
version), mvgauss_to_Xarray
generates a sample of time series
corresponding to the response to each forcing from the gaussian parameters.
mvgauss_to_Xarray(mu, Sigma, Nres)
mu |
a vector of time series corresponding to the mean of the
multivariate gaussian distribution. The names of each element must
correspond to the folowing pattern : |
Sigma |
a matrix of size |
Nres |
the size of the wished sample |
returns a 3-D array of dimension
[Nres,length(year),length(forcing)]
where year
is a time
series of years and forcing
is the type of forcing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.