Main Page Namespace List Class Hierarchy Compound List File List Compound Members File Members
Wavelet compression, determinism and time series forecasting Compound List
Here are the classes, structs, unions and interfaces with brief descriptions:
- autocorr::acorrInfo (A container for the autocorrelation function result)
- autocorr (Calculate the autocorrelation function for a vector)
- block_pool::block_chain_struct (Typedef for memory block chain)
- block_pool (This class supports memory pool allocation)
- costbase (Base class for objects that define costs functions for the wavelet packet transform)
- costbase_int (Base class for objects that define integer costs functions for an integer version of the wavelet packet transform)
- costshannon (Extends the abstract class costbase with a concrete implementation of the costCalc function that implements the a modified version of the Shannon entropy function as a cost function)
- costthresh (Implements a wavelet packet transform cost function which counts the values in the data set that are greater than a threshold value)
- costwidth (For a wavelet packet tree node, consisting of n integer values, calculate the minimal number of bits needed to represent the values)
- Daubechies (Daubechies D4 wavelet transform (D4 denotes four coefficients))
- delta_trans (The delta transform)
- FIFO_LIST (Template class FIFO_LIST)
- GrowableArray (This file defines an array template class that will grow as elements are added to the end of the array)
- haar (Haar (flat line) wavelet)
- haar_classic (A version of the classic Haar wavelet transform)
- haar_classicFreq (Haar_classicFreq)
- haar_int (A lifting scheme version of the Haar integer to integer transform)
- invpacktree (Inverse wavelet packet transform)
- invpacktree_int (Inverse wavelet packet transform)
- liftbase (This is the base class for simple Lifting Scheme wavelets using split, predict, update or update, predict, merge steps)
- line (Line (with slope) wavelet)
- line_int (An integer version of the linear interpolation wavelet)
- line_norm (Normalized linear interpolation wavelet (see comment for the normalize function))
- lregress::lineInfo (Line information)
- LIST (Template class LIST)
- LIST::list_type (List backbone class)
- FIFO_LIST::list_type (List backbone class)
- lregress (Linear regression and related functions)
- packcontainer (A container for use when calculating a packet wavelet tree)
- packcontainer_int (A container for use when calculating a packet wavelet tree)
- packdata (Container for the core information for a wavelet packet transform node)
- packdata_list (Based on a subclass built from a FIFO_LIST<packdata *> instance of the FIFO_LIST template)
- packfreq (Build a wavelet packet tree for frequency analysis)
- packnode (A wavelet packet tree node)
- packtree (The packtree object constructs a wavelet packet tree)
- packtree_base (Base class for wavelet packet trees)
- packtree_base_int (This is an integer version of the wavelet packet tree base class)
- packtree_int (The packtree_int object constructs a wavelet packet tree)
- pdf (Calculate the probability denisty function from a set of data)
- lregress::point (A container for an {x,y} point of type double)
- queue (Extends the FIFO_LIST template (which in this case is instantiated with queueElem *)
- queueElem (A queue element)
- signalUtil (A collection of utility functions for signal generation and signal code debug)
- spectrum (A collection of functions for spectral analysis)
- stddev (Calculate the unbiased standard deviation)
- support (Various support functions for compression and bit width estimation)
- ts_trans_int (An integer version of the TS transform (an extended S, or Haar transform))
- waveletDebug (This class contains functions that are useful in debugging wavelet code)
- yahooTS (Process historical equity (stock) data downloaded from finance.yahoo.com)
Generated at Tue May 27 21:56:17 2003 for Wavelet compression, determinism and time series forecasting by
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001