stdError
from a quantile spectral density kernelThe selection mechanism for frequencies and levels operates in the same way
as described in getValues-QuantileSD
. The format of the
output is also described there.
# S4 method for QuantileSD
getStdError(
object,
frequencies = 2 * pi * (0:(object@N - 1))/object@N,
levels.1 = getLevels(object, 1),
levels.2 = getLevels(object, 2),
d1 = 1:(dim(object@values)[2]),
d2 = 1:(dim(object@values)[4])
)
Returns the array stdError
that's a slot of object
.
QuantileSD
of which to get the stdError
a vector of frequencies for which to get the stdError
the first vector of levels for which to get the stdError
the second vector of levels for which to get the stdError
optional parameter that determine for which j1 to return the
stdError
; may be a vector of elements 1, ..., D
same as d1, but for j2