Description Usage Arguments Reference Examples
Low level functions for the estimation of the generalized pareto
distribution(GPA) with two parameters. Can use
either maximum likelihoood or the method of L-moments.
The algorithm of fgpa2d is using
optim to directly optimize the log-likelihood (bivariate), while
the algorithm of fgpa1d is using a transformation to use
a univariate optimization routine. Moreover, fgpa2d constraint
the shape parameter between -.5 and 1.
1 2 3 4 5  | 
x | 
 Sample.  | 
sol | 
 Does solution from   | 
par0 | 
 Initial parameter.  | 
... | 
 aditional arguments to pass to   | 
Davison AC, Smith RL. (1990) Models for Exceedances over High Thresholds. Journal of the Royal Statistical Society Series B (Methodological). 52(3):393–442.
Hosking JRM (1990). L-Moments: Analysis and Estimation of Distributions Using Linear Combinations of Order Statistics. Journal of the Royal Statistical Society Series B (Methodological). 52(1):105–24.
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.