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

hurst_stocks.h

Go to the documentation of this file.
00001 
00002 #ifndef HURST_STOCKS_H
00003 #define HURST_STOCKS_H
00004 
00005 #include "hurst_test_base.h"
00006 
00010 class hurst_stocks : public hurst_test_base
00011 {
00012 private:
00013   hurst_stocks( const hurst_stocks &rhs );
00014 
00015 public:
00016   hurst_stocks( const char *path ) : hurst_test_base( path ) {}
00017   ~hurst_stocks() {}
00018 
00019   void test();
00020 }; // hurst_stocks
00021 
00022 #endif

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