summary.PWMs {TLMoments}R Documentation

Summary PWMs

Description

Calculating and printing of summary statistics to a given PWMs-object.

Usage

## S3 method for class 'PWMs'
summary(object, ci.level = 0.9, ...)

Arguments

object

object of PWMs.

ci.level

numeric vector of length 1 giving the confidence level (default is 0.9).

...

additional arguments submitted to est_cov.

Value

A summary.PWMs-object, a list with dimensions

It is printed with print.summary.PWMs.

See Also

PWMs, est_cov

Examples

x <- cbind(rgev(100, shape = .2), rgev(100, shape = .2))

summary(PWMs(x[, 1]))
summary(PWMs(x[, 1]), distr = "gev")
summary(PWMs(x[, 1]), distr = "gev", select = 1:2)

summary(PWMs(x))
summary(PWMs(x), select = 1:2)

## Not run: 
summary(as.PWMs(c(15, 4, .5)))

## End(Not run)

[Package TLMoments version 0.7.5.3 Index]