Displaying 2 results from an estimated 2 matches for "cdfgum".
2009 Mar 16
1
Fw: Fitting GUMBEL Distribution - CDF function and P P Plot
...<- 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)
png(filename = "GUMBEL_P-P.png")
a <- par('bg'= "#FFFFCC")
plot (f,g,bg=a,fg= "#804000",main ="P-P
Plot", ylab=" Cumulative Distribution
Function", xlab="i...
2009 Mar 13
0
Fitting GUMBEL Distribution - CDF function ISSUE
...ength(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)
png(filename = "GUMBEL_P-P.png")
a <- par('bg'= "#FFFFCC")
plot (f,g,bg=a,fg= "#804000",main ="P-P Plot", ylab=" Cumulative Distribution Function", xlab="i", fo...