Description Usage Format Details References
A matrix containing some simulated, smooth data series. The smooth series are contained in the columns, and the data observations in the rows. An inverse wavelet decomposition of the series exactly yields thresholded coefficients at the specified level (J0=j).
1 | data("SimulatedSmoothSeries")
|
The format is:
num [1:1024, 1:9] -0.00934 -0.00934 -0.00935 -0.00935 -0.00935 ...
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr [1:9] "J0.0" "J0.1" "J0.2" "J0.3" ...
The columns contain series created by different wavelet coefficient threshold levels. Smoothed series are available for thresholds of J0 in {0, 1, 2, 3, 4, 5, 6, 7, 8}. The rows are the data observations. Thus, each smooth series is of length 2^{10}=1024.
The names of each column indicate the threshold (J0). For example, the 3rd column, named J0.2
, has a threshold of J0=2, and thus 0-valued wavelet coefficients for all mother wavelet coefficients finer than level 2.
These smooth series were generated using 'wd'
and 'wr'
with the family="DaubLeAsymm"
, filter.number=8
, bc="periodic"
options in the 'wavethresh'
package.
The user may want these smooth series to aid in simulations with this package.
Also see wavethresh-package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.