| pdfgumbel {ERPeq} | R Documentation | 
Probability density function of the gumbel distribution
Description
Probability density function of the gumbel distribution
Usage
pdfgumbel(par, x)
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  | 
Value
return the value of the pdf of the gumbel distribution
References
Gumbel, E. J. (1941). The return period of flood flows. The annals of mathematical statistics, 12(2), 163-190.
Examples
pdfgumbel(c(0.5,0.3),2)
[Package ERPeq version 0.1.0 Index]