getPositions-MovingBlocks {quantspec} | R Documentation |
Get Positions for the Moving Blocks Bootstrap.
Description
Get Positions for the Moving Blocks Bootstrap.
Usage
## S4 method for signature 'MovingBlocks'
getPositions(object, B = 1)
Arguments
object |
a |
B |
Number of independent repetitions to bootstrap. |
Value
a matrix of dimension [N,B]
where each column gives the
positions in which to reorder the observations to yield one
bootstrap replication.
[Package quantspec version 1.2-4 Index]