getStdError-QuantileSD {quantspec} | R Documentation |
Get stdError
from a quantile spectral density kernel
Description
The 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.
Usage
## S4 method for signature '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])
)
Arguments
object |
|
frequencies |
a vector of frequencies for which to get the |
levels.1 |
the first vector of levels for which to get the |
levels.2 |
the second vector of levels for which to get the |
d1 |
optional parameter that determine for which j1 to return the
|
d2 |
same as d1, but for j2 |
Value
Returns the array stdError
that's a slot of object
.
[Package quantspec version 1.2-4 Index]