What is a good library for wavelets in R?
A:
The CRAN Task View on time series has this to offer:
Wavelet methods : The wavelets package includes computing wavelet filters, wavelet transforms and multiresolution analyses. Wavelet methods for time series analysis based on Percival and Walden (2000) are given in wmtsa. Further wavelet methods can be found in the packages brainwaver, rwt, waveslim, and wavethresh.
all of which may provide a start.
Dirk Eddelbuettel
2010-07-29 15:02:20
+5
A:
I strongly recommend the "Wavelet Methods in Statistics with R" book from Springer in their UseR! series if you're getting started with wavelets. This uses the wavethresh package.
Shane
2010-07-29 15:08:22
is this library good for applications to finance as well?
Jeremy
2010-07-30 15:25:50