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

Description Usage Arguments Value Author(s)

View source: R/endPoint.R

Description

Calculate upper end point for fitted extreme value model

Usage

1
2
3
4
5
6
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


texmex documentation built on Dec. 4, 2020, 5:08 p.m.