Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

hurststocks.cpp

Go to the documentation of this file.
00001 
00012 #include "hurst_stocks.h"
00013 
00014 int
00015 main()
00016 {
00017   const char *path = "..\\data\\equities\\";
00018   hurst_stocks t( path );
00019   t.test();
00020   return 0;
00021 }

Generated at Thu May 22 21:12:35 2003 for Hurst Exponent Calculation and Supporting Statistics by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001