powered by
'pot'
coef extracts model coefficients of an object of class 'pot'
coef
# S3 method for pot coef(object, ...)
Standard coef object: see coef.
An object of class 'pot'. Most often, this is an object return by the fitgpd, fitbvgpd and fitmcgpd functions.
fitgpd
fitbvgpd
fitmcgpd
Other arguments to be passed to the str function.
str
Christophe Dutang
set.seed(123) x <- rgpd(500, 0, 1, -0.15) fmle <- fitgpd(x, 0) coef(fmle)
Run the code above in your browser using DataLab