gpdfit | R Documentation |
Given a sample x
, Estimate the parameters k
and \sigma
of
the generalized Pareto distribution (GPD), assuming the location parameter is
0. By default the fit uses a prior for k
, which will stabilize
estimates for very small sample sizes (and low effective sample sizes in the
case of MCMC samples). The weakly informative prior is a Gaussian prior
centered at 0.5.
gpdfit(x, wip = TRUE, min_grid_pts = 30, sort_x = TRUE)
x |
A numeric vector. The sample from which to estimate the parameters. |
wip |
Logical indicating whether to adjust |
min_grid_pts |
The minimum number of grid points used in the fitting
algorithm. The actual number used is |
sort_x |
If |
Here the parameter k
is the negative of k
in Zhang &
Stephens (2009).
A named list with components k
and sigma
.
Zhang, J., and Stephens, M. A. (2009). A new and efficient estimation method for the generalized Pareto distribution. Technometrics 51, 316-325.
psis()
, pareto-k-diagnostic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.