get.M0 {GWEX}R Documentation

get.M0

Description

find matrix of correlations leading to estimates cor between intensities

Usage

get.M0(
  cor.obs,
  infer.mat.omega.out,
  nLag,
  parMargin,
  typeMargin,
  nChainFit,
  isParallel
)

Arguments

cor.obs

matrix p x p of observed correlations between intensities for all pairs of stations

infer.mat.omega.out

output of infer.mat.omega

nLag

order of the Markov chain

parMargin

parameters of the margins p x 3

typeMargin

type of marginal distribution: 'EGPD' or 'mixExp'

nChainFit

integer indicating the length of simulated chains

isParallel

logical: indicate computation in parallel or not (easier for debugging)

Value

list with two items

Author(s)

Guillaume Evin


[Package GWEX version 1.1.3 Index]