# Load example streamflow data
data(streamflow)
x <- streamflow$r1
# \donttest{
# Estimate non-stationary GEV11 parameters
result <- glme.gev11(x, ntry = 5)
print(result$para.glme) # Proposed GLME estimates
print(result$para.lme) # L-moment based estimates
# }
Run the code above in your browser using DataLab