Learn R Programming

quantspec (version 1.0-0)

getStdError-QuantileSD: 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

## S3 method for class 'QuantileSD':
getStdError(object, frequencies = 2 * pi * (0:(object@N
  - 1))/object@N, levels.1 = getLevels(object, 1),
  levels.2 = getLevels(object, 2))

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

Value

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