View source: R/Estimate.Gumbel.R
gumbel.gp | R Documentation |
Calculates the estimates of the location and scale parameters fromn the Gumbel probability plot.
gumbel.gp(x, n, a)
x |
a numeric vector of observations. |
n |
The number of observations is needed if there is right-censoring. |
a |
the offset fraction to be used; typically in (0,1). See |
gumbel.gp
obtains the estimates of the location and scale
parameters using the intercept and slope estimates from the
Gumbel probability plot.
An object of class "gumbel.estimate"
, a list with
two parameter estimates
Chanseok Park
weibull.wp
for the parameter estimation using the Weibull plot.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.