Search found 3 matches
- Tue Jun 05, 2018 2:07 pm
- Forum: Looking for Code?
- Topic: Wavelets
- Replies: 0
- Views: 5395
Wavelets
I am wondering if it would be possible to develop the capability to estimate wavelets in RATS. I am attaching a link to a document which provides an overview of wavelets in R. Unfortunately, this document is too large (12 MB) to be attached here. http://www.hs-stat.com/projects/WaveletComp/WaveletCo...
- Sat Apr 07, 2012 4:59 pm
- Forum: Suggestion Box
- Topic: Wavelet transforms
- Replies: 0
- Views: 44509
Wavelet transforms
I am wondering if anyone else in the RATS forum has any interest in developing a wavelet transform, and using this to set up some forecasting algorithms. I have proposed this to the main office, but am curious to know if there is wider interest. The prequel to this is that wavelets are a new class o...
- Sat Apr 07, 2012 4:24 pm
- Forum: Help With Programming
- Topic: Forecasting with ANN
- Replies: 4
- Views: 7801
Re: Forecasting with ANN
The following code may be useful. This is a program that sets up a neural net model, and then forecasts two periods in advance, iteratively. The procedure is embedded inside a do loop, so that it will run forecasts over the entire span of observations, until the last observation is reached. The code...