Description Usage Arguments Details Value Examples
Generate a random sample from the 2D Poisson process with a Gumbel like intensity function
1  | rGumbelPOT(mu, sigma, thresh, lt)
 | 
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.)  | 
The intensity function is described in gumbelMLE
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)
1 2 3 4 5 6  | ## Not run: 
g_pot_samp <- rGumbelPOT(mu = 50, sigma = 5, thresh = 55, lt = 100)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.