List of usage examples for org.apache.commons.math3.stat.regression SimpleRegression subclass-usage
From source file net.ajaskey.market.ta.methods.RegressionMethods.java
/**
* This class provide linear regression data for a set of time/price values. The
* class is extended from
* org.apache.commons.math3.stat.regression.SimpleRegression and all of the
* methods of the parent class are available for use. Methods provide by this
* class are for convenience.