support.GEV: Return the support of a GEV distribution

View source: R/GeneralisedExtremeValue.R

support.GEVR Documentation

Return the support of a GEV distribution

Description

Return the support of a GEV distribution

Usage

## S3 method for class 'GEV'
support(d, drop = TRUE, ...)

Arguments

d

An GEV object created by a call to GEV().

drop

logical. Should the result be simplified to a vector if possible?

...

Currently not used.

Value

In case of a single distribution object, a numeric vector of length 2 with the minimum and maximum value of the support (if drop = TRUE, default) or a matrix with 2 columns. In case of a vectorized distribution object, a matrix with 2 columns containing all minima and maxima.


distributions3 documentation built on Sept. 7, 2022, 5:07 p.m.