fit.GWex.prec {GWEX}R Documentation

fit.GWex.prec

Description

estimate all the parameters for the G-Wex model of precipitation

Usage

fit.GWex.prec(objGwexObs, parMargin, listOption = NULL)

Arguments

objGwexObs

object of class GwexObs

parMargin

if not NULL, list where each element parMargin[[iM]] corresponds to a month iM=1...12 and contains a matrix nStation x 3 of estimated parameters of the marginal distributions (EGPD or mixture of exponentials)

listOption

list with the following fields:

  • th: threshold value in mm above which precipitation observations are considered to be non-zero (=0.2 by default)

  • nLag: order of he Markov chain for the transitions between dry and wet states (=2 by default)

  • typeMargin: 'EGPD' (Extended GPD) or 'mixExp' (Mixture of Exponentials). 'EGPD' by default

  • copulaInt: 'Gaussian' or 'Student': type of dependence for amounts (='Student' by default)

  • isMAR: logical value, do we apply a Autoregressive Multivariate Autoregressive model (order 1) =TRUE by default

  • is3Damount: logical value, do we apply the model on 3D-amount. =FALSE by default

  • nChainFit: integer, length of the runs used during the fitting procedure. =100000 by default

  • nCluster: integer, number of clusters which can be used for the parallel computation

Value

a list containing the list of options listOption and the list of estimated parameters listPar. The parameters of the occurrence process are contained in parOcc and the parameters related to the precipitation amounts are contained in parInt. Each type of parameter is a list containing the estimates for each month. In parOcc, we find:

In parInt, we have:

Author(s)

Guillaume Evin

References

Evin, G., A.-C. Favre, and B. Hingray. 2018. 'Stochastic Generation of Multi-Site Daily Precipitation Focusing on Extreme Events.' Hydrol. Earth Syst. Sci. 22 (1): 655-672. doi.org/10.5194/hess-22-655-2018.


[Package GWEX version 1.1.3 Index]