ews.trans: Computation of the Evolutionary Wavelet Spectrum (EWS)

Description Usage Arguments Value References Examples

View source: R/ews.trans.R

Description

The function computes the EWS from a time series of any (non-dyadic) size by utilising the maximal overlap discrete wavelet transform; see also W. Constantine and D. Percival (2015).

Usage

1
ews.trans(x,scales=NULL)

Arguments

x

The time series.

scales

The wavelet periodogram scales to compute starting from the finest.

Value

The evolutionary wavelet spectral estimate of y.

References

Eric Aldrich (2020), wavelets: Functions for Computing Wavelet Filters, Wavelet Transforms and Multiresolution Analyses.

Examples

1
2
ews=ews.trans(rnorm(1000),c(9,8,7))
barplot(ews[,1])

wbsts documentation built on July 1, 2020, 5:23 p.m.