Skip to contents

Extracts and show the coefficients of a fevd object along with their standard deviations.

Usage

# S3 method for fevd
coSd(object, sOnly = FALSE, ...)

Arguments

object

An object with class "fevd".

sOnly

Logical. If TRUE only the standard deviation (a.k.a standard errors) wille be show.

...

Not used.

See also

The distill.fevd method from the extRemes package.

Examples

tau <- 0.97
library(extRemes)
data(Fort)
u0 <- quantile(Fort$Prec, prob = tau)
fit0 <- fevd(x = Prec, data = Fort, threshold = u0, type = "GP")
coSd(fit0)
#>          scale          shape 
#>  0.340 [0.016]  0.180 [0.036]