Class filter_test

java.lang.Object
  |
  +--filter_test

class filter_test
extends java.lang.Object

Apply the gaussian filter to a time series (in this case the time series for Applied Materials (symbol: AMAT). Two files will be generated: filtered_data which contains the close price time series that has been filtered using Haar wavelets and filtered_data_noise which contains the noise spectrum.


Constructor Summary
(package private) filter_test()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

filter_test

filter_test()
Method Detail

main

public static void main(java.lang.String[] args)