gev.density: Probability density function of GEV distribution

gev.densityR Documentation

Probability density function of GEV distribution

Description

Calculate the probability density function for the generalized extreme value (GEV) distribution at a given point or at a number of points (provided as a numerical vector).

Usage

gev.density(parameters, z)

Arguments

parameters

Fitted GEV parameters c( location, scale, shape ).

z

Numerical vector of sites where to evaluate the density of the GEV distribution.

Details

If you want to calculate the density of the Gumbel distribution, please stick to the c( location, scale, shape ) scheme of the first argument while setting the shape parameter to zero.

Port of the gev.dens function.

Value

Numerical vector of same length as z.

Author(s)

Philipp Mueller

See Also

Other extremes: block.list, block.xts, block, decluster.list, decluster.xts, decluster, extremal.index, gpd.density, qevd, return.level.climex.fit.gev, return.level.climex.fit.gpd, return.level.list, return.level.numeric, return.level, revd, rlevd, threshold.list, threshold.xts, threshold, upper.limit.climex.fit.gev, upper.limit.climex.fit.gpd, upper.limit.list, upper.limit.numeric, upper.limit


theGreatWhiteShark/climex documentation built on July 13, 2022, 9:11 a.m.