rGumbelPOT: Random Sample from the Gumbel like Poisson Process

Description Usage Arguments Details Value Examples

Description

Generate a random sample from the 2D Poisson process with a Gumbel like intensity function

Usage

1
rGumbelPOT(mu, sigma, thresh, lt)

Arguments

mu

(numeric scalar) Location parameter

sigma

(numeric scalar) Scale parameter

thresh

(numeric scalar) The threshold

lt

(numeric scalar) Lengt of the series in units of time (seconds, minutes, hours, etc.)

Details

The intensity function is described in gumbelMLE

Value

A list with components $t the times of the threshold crossings in the same units of lt and $y the value of the threshold crossings (NOT exceedances of/differences from the threshold)

Examples

1
2
3
4
5
6
## Not run: 

g_pot_samp <- rGumbelPOT(mu = 50, sigma = 5, thresh = 55, lt = 100)


## End(Not run)

usnistgov/potMax documentation built on May 3, 2019, 2:38 p.m.