search for: parameters_of_gumbel

Displaying 2 results from an estimated 2 matches for "parameters_of_gumbel".

2009 Mar 16
1
Fw: Fitting GUMBEL Distribution - CDF function and P P Plot
...;- c(986.78,1067.76,1046.47,1034.71,1004.53,1007.89,964.94,1060.24,1188.07,1085.63,988.33,972.71,1177.71,972.48,1203.20,1047.27,1062.95,1113.65,995.97,1093.98) #Estimating the parameters for GUMBEL distribution N <- length(x) lmom <- samlmu(x); lmom parameters_of_GUMBEL <- pelgum(lmom); parameters_of_GUMBEL # Parameters are xi = 1019.4003 alpha = 59.5327 # _____________________ P - P Plot ________________________ e <- c(1:N) f <- c((e-.5)/N) Fx <- cdfgum(x, para = parameters_of_GUMBEL) g...
2009 Mar 13
0
Fitting GUMBEL Distribution - CDF function ISSUE
...<- c(986.78,1067.76,1046.47,1034.71,1004.53,1007.89,964.94, 1060.24, 1188.07, 1085.63,988.33,972.71, 1177.71,972.48,1203.20, 1047.27,1062.95, 1113.65, 995.97, 1093.98) #Estimating the parameters for GUMBEL distribution N <- length(x) lmom <- samlmu(x); lmom parameters_of_GUMBEL <- pelgum(lmom); parameters_of_GUMBEL # Parameters are xi = 1019.4003 alpha = 59.5327 # _____________________ P - P Plot ________________________ e <- c(1:N) f <- c((e-.5)/N) Fx <- cdfgum(x, para = parameters_of_GUMBEL) g <- sort(Fx)...