This function goes through a toswp class object and
printing out details of which Haar coefficients were significant.
Usage
# S3 method for toswp
summary(object, quiet = FALSE, ...)
Arguments
object
The object you wish to summarize.
quiet
If TRUE nothing is printed. However, a list
of the significant coefficients is returned. This information
is used, for example, by plot.toswp.
…
Other arguments to summary.
Value
A list with the following components:
rejlist
A list with details on the rejected coefficients.
Each component of the list is a vector. The first
element of each vector is the Haar wavelet coefficient
scale level. The remaining numbers are the indices of
any significant coefficients at that level.
nreject
The number of rejected coefficients
Details
None
References
Cardinali, A. and Nason, G.P. (2016) Practical Powerful Wavelet Packet Tests
for Second-Order Stationarity. Applied and Computational Harmonic
Analysis, 2016.
10.1016/j.acha.2016.06.006