Learn R Programming

GLmom (version 1.3.1)

qns.gev_all: Quantile function for non-stationary GEV (return period input)

Description

Internal function that computes time-varying quantiles for non-stationary GEV models given a return period.

Usage

qns.gev_all(Tp = NULL, para = NULL, year = NULL, model = NULL)

Value

Numeric vector of quantile values (one per time point).

Arguments

Tp

Return period (scalar).

para

Parameter vector for the non-stationary model.

year

Numeric vector of time points.

model

Model type: "gev11", "gev10", "gev20", or "gev01".