summary.gpdp {MCMC4Extremes} | R Documentation |
summary method for class "gpdp"
## S3 method for class 'gpdp'
summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
The function summary.ggevp
computes and returns a list of summary statistics of the posterior distribution given in object
.
postmean |
mean posterior |
postmedian |
median posterior |
postCI |
credibility interval |
fitm |
fit measures for standard GPD model |
data(danish)
out=gpdp(danish,10,300)
a=summary(out)
a