- eList
named list with at least the Sample and Daily dataframes
- surfaceStart
Date object for start of surface slice (or character starting date for data retrieval in the form YYYY-MM-DD). Default is NA .
- surfaceEnd
Date object for end of surface slice (or character starting date for data retrieval in the form YYYY-MM-DD). Default is NA .
- localSample
data frame to override eList$Sample. Default is NA .
- windowY
numeric specifying the half-window width in the time dimension, in units of years, default is 7
- windowQ
numeric specifying the half-window width in the discharge dimension, units are natural log units, default is 2
- windowS
numeric specifying the half-window with in the seasonal dimension, in units of years, default is 0.5
- minNumObs
numeric specifying the miniumum number of observations required to run the weighted regression, default is 100
- minNumUncen
numeric specifying the minimum number of uncensored observations to run the weighted regression, default is 50
- edgeAdjust
logical specifying whether to use the modified method for calculating the windows at the edge of the record. Default is TRUE.
- verbose
logical specifying whether or not to display progress message
- interactive
logical deprecated. Use 'verbose' instead
- run.parallel
logical to run bootstrapping in parallel or not