Number of best fitted distribution functions in dlf for which
bootstrapping is to be done. Overriden by selection. DEFAULT: 3
selection
Character vector with distribution function names to be used.
Suggested to keep this low. DEFAULT: NULL
n
Number of subsamples to be processed
(computing time increases extraordinarily). DEFAULT: 100
prop
Proportion of sample to be used in each run. DEFAULT: 0.8
conf.lev
Confidence level (Proportion of subsamples within 'confidence interval').
Quantiles extracted from this value are passed to
quantileMean. DEFAULT: 0.95
RPs
Return Period vector, by default calculated internally based on
value of log. DEFAULT: NULL
log
RPs suitable for plot on a logarithmic axis? DEFAULT: TRUE
progbars
Show progress bar for Monte Carlo simulation? DEFAULT: TRUE
...
Further arguments passed to distLquantile
like truncate, quiet=TRUE
Value
invisible dlf object, see printL.
Additional elements are: exBootSelection (names of distributions),
exBootRPs (x values for plot)
exBootSim (all simulation results) and exBootCI (agregated into CI band).
The last two are each a list with a matrix (RPs)
Details
Has not been thoroughly tested yet. Bootstrapping defaults can probably be improved.