getValues-IntegrQuantileSD: Get values from a simulated integrated quantile spectral...

Description Usage Arguments Value See Also

Description

If none of the optional parameters is specified then the values are returned for all Fourier frequencies in [0,2pi) (base given by slot N) and all levels available. The frequencies and levels can be freely specified. The returned array then has, at position (j,k1,k2,b), the value corresponding to the frequencies[j], levels.1[k1] and levels.2[k2] that are closest to the frequencies, levels.1 and levels.2 available in object; closest.pos is used to determine what closest to means.

Usage

1
2
3
4
5
6
7
## S4 method for signature 'IntegrQuantileSD'
getValues(
  object,
  frequencies = 2 * pi * (0:(getN(object@qsd) - 1))/getN(object@qsd),
  levels.1 = getLevels(object, 1),
  levels.2 = getLevels(object, 2)
)

Arguments

object

IntegrQuantileSD of which to get the values

frequencies

a vector of frequencies for which to get the values

levels.1

the first vector of levels for which to get the values

levels.2

the second vector of levels for which to get the values

Value

Returns data from the array values that's a slot of object.

See Also

For examples on how to use this function go to IntegrQuantileSD.


quantspec documentation built on July 15, 2020, 1:07 a.m.