Skip to content
Prev 173856 / 398506 Next

Fitting GUMBEL Distribution - CDF function and P P Plot

Congratulations, you have discovered a bug in the implementation of 
function cdfgum.  A corrected version of package lmom will be submitted 
today and should be available on CRAN within a day or two.

Meanwhile, as a workaround define cdfgum in your own workspace, thus:

cdfgum <- function(x,para) exp(-exp(-(x - para[1])/para[2]))



J. R. M. Hosking
Maithili Shiva wrote: