Plot the values of the SpecDistrWeight
.
SpecDistrWeight
.Creates a plot visualizing the weights
[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, ... )
x
: The SpecDistrWeight
to plot.y
: missing arg from the generic; will be ignored.ylab
: label for the y-axis; optionalxlab
: label for the x-axis; optionalmain
: titel (on top) of the plot; optional...
: optional parameters used for plottingPlots the SpecDistrWeight
.
In the plot the values at the frequencies , are shown.
plot(specDistrWeight(), ylab=expression(W[n](x)), xlab=expression(x))