Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

coef.pot

Extract model coefficients of a 'pot' model


Description

coef extracts model coefficients of an object of class 'pot'

Usage

## S3 method for class 'pot'
coef(object, ...)

Arguments

object

An object of class 'pot'. Most often, this is an object return by the fitgpd, fitbvgpd and fitmcgpd functions.

...

Other arguments to be passed to the str function.

Value

Standard coef object: see coef.

Author(s)

Christophe Dutang

See Also

Examples

set.seed(123)
x <- rgpd(500, 0, 1, -0.15)
fmle <- fitgpd(x, 0)
coef(fmle)

POT

Generalized Pareto Distribution and Peaks Over Threshold

v1.1-10
GPL (>= 2)
Authors
Mathieu Ribatet [aut], Christophe Dutang [ctb,cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.