[R] Parameter estimation - Generalized Extreme value Distribution

2008-12-16 Thread Maithili Shiva
Dear R help, I have an xls file with the name ONS.csv having 25 obseravations as given below. This is my data. (i.e. the first column of file ONS.csv) (5.55,4.56,17.82,5.03,5.3,40.28,8.05,27.8,5.85,5.42,14.75,46.13,18.5,4.58, 4.31,9.19,6.61,15.92,96.94,21.63,4.44,4.88,241.74,38592.1,5.24) I a

Re: [R] Parameter Estimation - Generalized Extreme Value Distribution

2008-12-16 Thread J. R. M. Hosking
Maithili Shiva wrote: Dear R helpers, How do you estimate the (Location, Scale, Shape) parameters of Generalized Extreme Value distribution using R? ... Package lmom, function pelgev. J. R. M. Hosking __ R-help@r-project.org mailing list https://

[R] Parameter Estimation - Generalized Extreme Value Distribution

2008-12-16 Thread Maithili Shiva
Dear R helpers, How do you estimate the (Location, Scale, Shape) parameters of Generalized Extreme Value distribution using R? I have tried VGAM but just not able to write the R script. Please advise. With regards Maithili __ R-help@r-project.org m