Class timeseries_test

java.lang.Object
  |
  +--timeseries_test

class timeseries_test
extends java.lang.Object

Test the Inplace Haar wavelet algorithm with a financial time series, in this case, the daily close price for Applied Materials (symbol: AMAT).

The code below reads the time series and generates outputs the coefficients and the wavelet spectrum for graphing.


Constructor Summary
(package private) timeseries_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

timeseries_test

timeseries_test()
Method Detail

main

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