Estimation of return level for a given threshold value using Peaks Over Threshold model.
The function is called by KRDetect.outliers.EV
and is not intended for use by regular users of the package.
return.level.est(r, u, sigma_u, xi, lambda_u, theta)
a return period.
a threshold value.
a scale parameter of Generalized Pareto distribution.
a shape parameter of Generalized Pareto distribution.
a relative frequency of the number of threshold value exceedances.
an extremal index.
A numeric value of return lever corresponding to return period r
This function computes the estimate of return level for a given threshold value using Peaks Over Threshold model.
The function is exported for developer use only. It does not perform any checks on inputs since it is only convenience function used within KRDetect.outliers.EV
.
Coles S (2001). An Introduction to Statistical Modeling of Extreme Values. 3 edition. London: Springer. ISBN 1-85233-459-2.
Pickands J (1975). Statistical inference using extreme order statistics. The Annals of Statistics, 3(1), 119-131.