endPoint: Calculate upper end point for a fitted extreme value model

View source: R/endPoint.R

endPointR Documentation

Calculate upper end point for a fitted extreme value model

Description

Calculate upper end point for fitted extreme value model

Usage

endPoint(y, verbose=TRUE, .unique=TRUE, ...)

## S3 method for class 'evmOpt'
endPoint(y,verbose=TRUE, .unique=TRUE, ...)
## S3 method for class 'evmSim'
endPoint(y,verbose=TRUE, .unique=TRUE, ...)

Arguments

y

Object of class evmOpt or evmSim, as returned by evm.

verbose

Whether to print output.

.unique

Whether or not to use only unique values of y.

...

further arguments to be passed to the signif function.

Value

In cases where the fitted shape parameter is negative, the fitted finite upper endpoint of the extreme value model.

Author(s)

Janet E. Heffernan


harrysouthworth/texmex documentation built on March 8, 2024, 7:50 p.m.