coef.pot {POT} | R Documentation |
'pot'
modelcoef
extracts model coefficients of an object of class 'pot'
## S3 method for class 'pot' coef(object, ...)
object |
An object of class |
... |
Other arguments to be passed to the |
Standard coef
object: see coef
.
Christophe Dutang
set.seed(123) x <- rgpd(500, 0, 1, -0.15) mle <- fitgpd(x, 0) coef(mle)