MoMGPD: Method of moments (MoM) on a one or multiple exceedance...

Description Usage Arguments Value Examples

Description

Method of moments (MoM) on a one or multiple exceedance timeseries for the latent trawl model using marginal GPD properties and probability of exceedance.

Usage

1
MoMGPD(values_array)

Arguments

values_array

Matrix of exceedance timeseries

Value

Parameters given by a second-order method of moments as well as standard deviation across timeseries for each individual parameter.

Examples

1
2
3
4
exceed1 <- c(0.1, 0, 0.2, 0, 0, 0, 0.6, 1.5)
exceed2 <- c(0, 0.3, 5.2, 0, 0, 3.0, 0, 2.2)
val_array <- cbind(exceed1, exceed2)
MoMGPD(val_array)

ev.trawl documentation built on May 2, 2019, 2:49 p.m.