single_boot_run {EGRETci} | R Documentation |
Single Bootstrap Run
Description
Single run of a bootstrap.
Usage
single_boot_run(iBoot, startSeed, eList, type_results, jitterOn, V,
blockLength, type)
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 |
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". |
Value
list of xConc, xFlux, pConc, pFlux
[Package EGRETci version 2.0.5 Index]