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

hurst_base::hurstInfo Class Reference

#include <hurst_base.h>

List of all members.

Public Methods

 hurstInfo ()
 ~hurstInfo ()
double slope ()
void slope (double s)
double slopeErr ()
void slopeErr (double se)
double intercept ()
void intercept (double intr)
std::vector<lregress::point>& points ()

Private Methods

 hurstInfo (const hurstInfo &rhs)

Private Attributes

double slope_
double intercept_
double slopeErr_
std::vector<lregress::pointpoints_


Constructor & Destructor Documentation

hurst_base::hurstInfo::hurstInfo ( const hurstInfo & rhs ) [private]
 

hurst_base::hurstInfo::hurstInfo ( ) [inline]
 

Definition at line 47 of file hurst_base.h.

00048     {
00049       slope_ = 0;
00050       slopeErr_ = 0;
00051     }

hurst_base::hurstInfo::~hurstInfo ( ) [inline]
 

Definition at line 52 of file hurst_base.h.

00052 {};


Member Function Documentation

void hurst_base::hurstInfo::intercept ( double intr ) [inline]
 

Definition at line 61 of file hurst_base.h.

00061 { intercept_ = intr; }

double hurst_base::hurstInfo::intercept ( ) [inline]
 

Definition at line 60 of file hurst_base.h.

Referenced by rescaled_range::calc_hurst_est().

00060 { return intercept_; }

std::vector< lregress::point > & hurst_base::hurstInfo::points<lregress::point> ( ) [inline]
 

Definition at line 63 of file hurst_base.h.

Referenced by rescaled_range::calc_hurst_est().

00063 { return points_; }

void hurst_base::hurstInfo::slope ( double s ) [inline]
 

Definition at line 55 of file hurst_base.h.

00055 { slope_ = s; }

double hurst_base::hurstInfo::slope ( ) [inline]
 

Definition at line 54 of file hurst_base.h.

Referenced by rescaled_range::calc_hurst_est().

00054 { return slope_; }

void hurst_base::hurstInfo::slopeErr ( double se ) [inline]
 

Definition at line 58 of file hurst_base.h.

00058 { slopeErr_ = se; }

double hurst_base::hurstInfo::slopeErr ( ) [inline]
 

Definition at line 57 of file hurst_base.h.

Referenced by rescaled_range::calc_hurst_est().

00057 { return slopeErr_; }


Member Data Documentation

double hurst_base::hurstInfo::intercept_ [private]
 

Definition at line 41 of file hurst_base.h.

std::vector< lregress::point > hurst_base::hurstInfo::points_<lregress::point> [private]
 

Definition at line 43 of file hurst_base.h.

double hurst_base::hurstInfo::slopeErr_ [private]
 

Definition at line 42 of file hurst_base.h.

double hurst_base::hurstInfo::slope_ [private]
 

Definition at line 40 of file hurst_base.h.


The documentation for this class was generated from the following file:
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