Single run of a bootstrap.
Arguments
- iBoot
description
- startSeed
setSeed value. Defaults to 494817. This is used to make repeatable output.
- eList
named list with at least the Daily, Sample, and INFO dataframes
- type_results
data frame returned from either
runGroups
orrunPairs
depending on context.- jitterOn
logical, if TRUE, adds "jitter" to the data in an attempt to avoid some numerical problems. Default = FALSE. See Details below.
- V
numeric a multiplier for addition of jitter to the data, default = 0.2.
- blockLength
integer size of subset, expressed in days. 200 days has been found to be a good choice.
- type
Character either "pair" or "group".