EMlab-generation Documentation  1.0
Documentation of the EMLab-Generation model.
Public Member Functions | List of all members
emlab.gen.util.GeometricTrendRegression Class Reference
Inheritance diagram for emlab.gen.util.GeometricTrendRegression:
Inheritance graph
Collaboration diagram for emlab.gen.util.GeometricTrendRegression:
Collaboration graph

Public Member Functions

void addData (double x, double y)
 
void removeData (double x, double y)
 
void addData (double[][] data)
 
void removeData (double[][] data)
 
double predict (double x)
 

Detailed Description

Implementation of SimpleRegression for geometric growth trends. Only the methods addData, removeData and predict have been modified with the Exponential function, all other methods must be adjusted manually!!

Author
JCRichstein

Definition at line 28 of file GeometricTrendRegression.java.


The documentation for this class was generated from the following file: