find matrix of correlations leading to estimates cor between intensities
get.M0(
cor.obs,
infer.mat.omega.out,
nLag,
parMargin,
typeMargin,
nChainFit,
isParallel
)
list with two items
Xt long simulation of the wet/dry states according to the model
M0 covariance matrix of gaussianized prec. amounts for all pairs of stations
matrix p x p of observed correlations between intensities for all pairs of stations
output of infer.mat.omega
order of the Markov chain
parameters of the margins p x 3
type of marginal distribution: 'EGPD' or 'mixExp'
integer indicating the length of simulated chains
logical: indicate computation in parallel or not (easier for debugging)
Guillaume Evin