getMeanPG-QuantileSD | R Documentation |
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 signature '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])
)
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 |
Returns the array meanPG
that's a slot of object
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.