cdfgumbel | R Documentation |
Cumulative distribution function of the gumbel distribution
cdfgumbel(par, x)
par |
parameter vector of the gumbel distribution. First parameter is the location, second is the scale parameter. |
x |
vector of observations or single value |
return the value of the pdf of the gumbel distribution
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.