powered by
Probability density function of the gumbel distribution
pdfgumbel(par, x)
return the value of the pdf of the gumbel distribution
parameter vector of the gumbel distribution. First parameter is the location, second is the scale parameter.
vector of observations or single value
Gumbel, E. J. (1941). The return period of flood flows. The annals of mathematical statistics, 12(2), 163-190.
pdfgumbel(c(0.5,0.3),2)
Run the code above in your browser using DataLab