Description Usage Arguments Examples
Computes initial guess for Univariate Latent-Trawl model.
Uses fExtreme package method gpdFit to fit MLE.
1  | GenerateParameters(data, cluster.size)
 | 
data | 
 Exceedane timeseries to be used.  | 
cluster.size | 
 Lag at which ACF is negligeable.  | 
1 2 3  | # TODO ADD data
data(hourlyhourly_bloomsbury_air_pollution_2000_2017)
GenerateParameters(data = hourly_bloomsbury_air_pollution_2000_2017$O3[1:1000], cluster.size = 8)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.