Learn R Programming

ERPeq (version 0.1.0)

pdfgumbel: Probability density function of the gumbel distribution

Description

Probability density function of the gumbel distribution

Usage

pdfgumbel(par, x)

Value

return the value of the pdf of the gumbel distribution

Arguments

par

parameter vector of the gumbel distribution. First parameter is the location, second is the scale parameter.

x

vector of observations or single value

References

Gumbel, E. J. (1941). The return period of flood flows. The annals of mathematical statistics, 12(2), 163-190.

Examples

Run this code
pdfgumbel(c(0.5,0.3),2)

Run the code above in your browser using DataLab