[R] lmomRFA: update "regfit" object

2017-05-04 Thread Douglas Hultstrand
Hello, I am creating error bounds based on simulated data across multiple data durations. I was wondering if there is a way to update an object class from "regfit" from lmomRFA package? The reason is for consistency across durations. Example below: library(lmom); library(lmomRFA) data <-

[R] lmom and lmomRFA Upper and Lower Bounds Simulation Questions

2015-05-10 Thread Douglas Hultstrand
Hello, I am using the lmom and lmomRFA to compute the return frequencies using the GEV distribution.Iam trying to generate upper and lower bound frequency estimates. I provided a working example of the code that I am using to estimate the upper and lower bounds. Specific questions I have are: