Example usage for org.apache.commons.math.stat.regression SimpleRegression subclass-usage

List of usage examples for org.apache.commons.math.stat.regression SimpleRegression subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math.stat.regression SimpleRegression subclass-usage.

Usage

From source file emlab.util.GeometricTrendRegression.java

/**
 * 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