Description Usage Arguments Examples
Computes first-order estimate for rho.
1  | GetEstimateRho(alpha, beta, kappa, cluster.size, data)
 | 
alpha | 
 Shape parameter.  | 
beta | 
 Scale parameter. Must be positive.  | 
kappa | 
 Exceedance probability parameter. Must be positive.  | 
cluster.size | 
 Lag at which ACF is negligeable i.e. cluster size.  | 
data | 
 Exceedane timeseries to be used.  | 
1 2  | # TODO ADD data
GetEstimateRho(alpha = 5, beta = 2, kappa = 3, cluster.size = 8, data = NA)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.