summary.toswp | R Documentation |
toswp
class object.
This function goes through a toswp
class object and
printing out details of which Haar coefficients were significant.
## S3 method for class 'toswp' summary(object, quiet = FALSE, ...)
object |
The object you wish to summarize. |
quiet |
If |
... |
Other arguments to summary. |
None
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 |
G.P. Nason
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
WPTOSpickout
, plot.toswp
,
print.toswp
# # See example of \code{\link{print.toswp}} in the help for # \code{\link{WPTOSpickout}} which includes a call to this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.