powered by
Calculates the estimates of the location and scale parameters fromn the Gumbel probability plot.
gumbel.gp(x, n, a)
An object of class "gumbel.estimate", a list with two parameter estimates
"gumbel.estimate"
a numeric vector of observations.
The number of observations is needed if there is right-censoring.
the offset fraction to be used; typically in (0,1). See ppoints.
ppoints
Chanseok Park
gumbel.gp obtains the estimates of the location and scale parameters using the intercept and slope estimates from the Gumbel probability plot.
gumbel.gp
weibull.wp for the parameter estimation using the Weibull plot.
weibull.wp
x = c(-2.73, 11.69, 34.85, 7.97, -0.86, 17.46, 9.69, -7.14, 14.86, 16.85) gumbel.gp(x)
Run the code above in your browser using DataLab