meanPG
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
getMeanPG(
object,
frequencies = 2 * pi * (0:(getN(object) - 1))/getN(object),
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 meanPG
that's a slot of object
.
QuantileSD
of which to get the meanPG
a vector of frequencies for which to get the meanPG
the first vector of levels for which to get the meanPG
the second vector of levels for which to get the meanPG
optional parameter that determine for which j1 to return the
meanPG
; may be a vector of elements 1, ..., D
same as d1, but for j2