Skip to content
Prev 176256 / 398503 Next

threshold distribution

Abelian wrote:
Function pelln3 in package lmom will estimate all 3 parameters
of the 3-parameter lognormal distribution, including the threshold ...

 > x <- scan(textConnection("
+ 0.80010 0.72299 0.69893 0.99597 0.89200 0.69312 0.73613 1.13559
+ 0.85009 0.85804 0.73324 1.04826 0.84002
+ 1.76330 0.71980 0.89416 0.89450 0.98670 0.83571 0.73833 0.66549
+ 0.93641 0.80418 0.95285 0.76876 0.82588
+ 1.09394 1.00195 1.14976 0.80008 1.11947 1.09484 0.81494 0.68696
+ 0.82364 0.84390 0.71402 0.80293 1.02873
+ "))
Read 39 items
 >
 > y <- (x-mean(x))/sd(x)
 >
 > library(lmom)
 > pelln3(samlmu(y))
       zeta         mu      sigma
-1.5362134  0.2554631  0.5896735



J. R. M. Hosking