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

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

Introduction

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

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.