getStdError-QuantileSD function

Get stdError from a quantile spectral density kernel

Get stdError from a quantile spectral density kernel

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.

## 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: QuantileSD of which to get the stdError
  • frequencies: a vector of frequencies for which to get the stdError
  • levels.1: the first vector of levels for which to get the stdError
  • levels.2: the second vector of levels for which to get the stdError
  • d1: optional parameter that determine for which j1 to return the stdError; may be a vector of elements 1, ..., D
  • d2: same as d1, but for j2

Returns

Returns the array stdError that's a slot of object.

  • Maintainer: Tobias Kley
  • License: GPL (>= 2)
  • Last published: 2024-07-11