plot-SpecDistrWeight function

Plot the values of the SpecDistrWeight.

Plot the values of the SpecDistrWeight.

Creates a plot visualizing the weights Wn(ω)W_n(\omega)

[cf. SpecDistrWeight-class] that are used to estimate the integrated quantile spectral density.

## S4 method for signature 'SpecDistrWeight,missing' plot( x, y, ylab = expression(W[n](omega)), xlab = expression(omega), main = x@descr, ... )

Arguments

  • x: The SpecDistrWeight to plot.
  • y: missing arg from the generic; will be ignored.
  • ylab: label for the y-axis; optional
  • xlab: label for the x-axis; optional
  • main: titel (on top) of the plot; optional
  • ...: optional parameters used for plotting

Returns

Plots the SpecDistrWeight.

Details

In the plot the values at the frequencies 2πj/1282\pi j / 128, j=63,,64j=-63,\ldots,64 are shown.

Examples

plot(specDistrWeight(), ylab=expression(W[n](x)), xlab=expression(x))
  • Maintainer: Tobias Kley
  • License: GPL (>= 2)
  • Last published: 2024-07-11