summary.toswp {BootWPTOS} | R Documentation |
Summarize a toswp
class object.
Description
This function goes through a toswp
class object and
printing out details of which Haar coefficients were significant.
Usage
## S3 method for class 'toswp'
summary(object, quiet = FALSE, ...)
Arguments
object |
The object you wish to summarize. |
quiet |
If |
... |
Other arguments to summary. |
Details
None
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 |
Author(s)
G.P. Nason
References
Cardinali, A. and Nason, G.P. (2016) Practical Powerful Wavelet Packet Tests for Second-Order Stationarity. Applied and Computational Harmonic Analysis, 2016. doi:10.1016/j.acha.2016.06.006
See Also
WPTOSpickout
, plot.toswp
,
print.toswp
Examples
#
# See example of \code{\link{print.toswp}} in the help for
# \code{\link{WPTOSpickout}} which includes a call to this function.