pot2para: Parameter object for Peak Over Threshold (POT)

Description Usage Arguments See Also Examples

Description

Return the parameters of the generalized Pareto distribution in the format use in lmomco-package to extract the theoritical Lmoments

Usage

1
2
3
4
5
6
7
pot2para(obj)

## S3 method for class 'fpot'
rankit(obj)

## S3 method for class 'fpot'
as.uniform(obj)

Arguments

obj

Output of the function fitPot

See Also

vec2par

Examples

1
2
3
4
5
6
7
8
library(lmomco)

xd <- rgpa(200)
fit <- fitPot(xd, u = 0.1)
para <- pot2para(fit)
par2lmom(para)

plot(fit$time,as.uniform(fit))

martindurocher/floodRFA documentation built on June 5, 2019, 8:44 p.m.