ClippedFT
class.type.boot
can be set to choose a block
bootstrapping procedure. If "none"
is chosen, a
moving blocks bootstrap with l=length(Y)
and
N=length(Y)
would be done. Note that in that case
one would also chose B=0
which means that
getPositions
would never be called. If B>0
then each bootstrap replication would be the undisturbed
time series.clippedFT(Y, frequencies = 2 * pi/length(Y) * 0:(length(Y) - 1),
levels = 0.5, isRankBased = TRUE, B = 0, l = 0,
type.boot = c("none", "mbb"))
vector
of real numbers containing the
time series from which to determine the quantile
periodogram or a ts
object or a zoo
object.K
containing the
levels at which the ClippedFT
frequency
representation is to be determined.FreqRep
]."none"
and "mbb"
which means to do a moving
blocks bootstrap with B
and l
as
specified.ClippedFT
.FreqRep
.