powered by
Generalised Pareto likelihood maximisation using L-BFGS-B optimisation routine.
GPDFit(values, initial_guess, lower = c(0.1, 0.1), upper = c(20, 20))
Exceedance values.
(at least 2-d) Vector for GPD parameters starting values.
Vector of lower bounds limits for optimisation procedure. Default c(0.1, 0.1).
c(0.1, 0.1)
Vector of upper bounds limits for optimisation procedure. Default c(20, 20).
c(20, 20)
Parameters of Log-likelihood maximisation of GPD distribued variables (i.e. non-zero exceedances).
# NOT RUN { GPDFit(c(2.0, 0.3, 6.15, 0, 0.31), c(2.1, 1.17, 0.52, 4.17)) # }
Run the code above in your browser using DataLab