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