generate.mb.sample {dsm} | R Documentation |
Moving block bootstrap sampler
Description
Not usually used on its own, called from within
dsm.var.movblk
.
Usage
generate.mb.sample(
num.blocks.required,
block.size,
which.blocks,
dsm.data,
unit.info,
n.units
)
Arguments
num.blocks.required |
number of blocks that we need. |
block.size |
number of segments per block. |
which.blocks |
which blocks should be sampled. |
dsm.data |
the |
unit.info |
result of calling |
n.units |
number of sampling units. |
Value
vector of log-residuals
[Package dsm version 2.3.3 Index]