0

After reviewing the literature available for FFT, I saw very little documentation of employing FFT for macroeconomic data. Can you please give sources to utilize FFT using time-series data in R? Thank you for your time.

Thomas
  • 43,637
  • 12
  • 109
  • 140

1 Answers1

0

Don't waste your time with applying FFT's to macroeconomic data. If there are cycles in the data, then the only things to find is the fundamental frequency and probably a second harmonic. All else is noise.

An autocorrelation function is the (much) better tool here.

DrKoch
  • 9,556
  • 2
  • 34
  • 43
  • I have a number of ACF models that I use to forecast macroeconomic data but was hoping to explore other models. Thank you for your answer. – Economic Hedge Feb 06 '15 at 16:45