summary.gevp: Summarizing Posterior Distribution with Parameters of GEV

Description Usage Arguments Value See Also Examples

View source: R/summary.gevp.R

Description

summary method for class "gevp"

Usage

1
2
## S3 method for class 'gevp'
summary(object, ...)

Arguments

object

an object of class "gevp", usually, a result of a call to gevp.

...

further arguments passed to or from other methods.

Value

The function summary.gevp 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 GEV model

See Also

gevp

Examples

1
2
3
4
5
# Return level of river nidd data
data(nidd.annual)
out=gevp(nidd.annual,1,300)
a=summary(out)
a

MCMC4Extremes documentation built on May 1, 2019, 8:50 p.m.