Learn R Programming

LMoFit (version 0.1.6)

dgev: Probability density function of GEV distribution

Description

Probability density function of GEV distribution

Usage

dgev(x, para)

Arguments

x

quantile/s

para

parameters as c(location, scale, shape)

Value

Probability density function

Examples

Run this code
# NOT RUN {
d <- dgev(x = 108.4992, para = c(10, 1, 1))

# }

Run the code above in your browser using DataLab