View source: R/summarylswpbasis.R
summary.LSWPbasis | R Documentation |
summary.LSWPbasis
returns a table containing the wavelet packet basis and its wavelet packet bases index notation.
## S3 method for class 'LSWPbasis' summary(object, ...)
object |
an object of class |
... |
not currently used. |
This function is used to print a wavelet packet basis with the wavelet packet basis index notation p = 1,2,...,|b|
,
where |b| is the number of packets in a wavelet packet basis as defined in Cardinali and Nason (2017). The doublets "j_p, i_p"
refer,
to the scale and packet index within each scale, respectively.
Print an object of class LSWPbasis
with LSWP basis notation.
Alessandro Cardinali
A. Cardinali and G.P. Nason (2017). Locally Stationary Wavelet Packet Processes: Basis Selection and Model Fitting. Journal of Time Series Analysis, 38:2, 151-174.
LSWPbasis
, best.basis
wpb <- LSWPbasis(x = sp500, wavelet = 'la8', lev.max = 4, smooth = TRUE, spa = 0.35) summary(wpb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.