public class Regression
extends org.apache.commons.math3.stat.regression.MillerUpdatingRegression
implements java.io.Serializable
| Constructor and Description |
|---|
Regression(int numberOfVariables,
boolean includeConstant)
Instantiates a new regression.
|
public Regression(int numberOfVariables,
boolean includeConstant)
throws org.apache.commons.math3.stat.regression.ModelSpecificationException
numberOfVariables - the number of variablesincludeConstant - the include constantorg.apache.commons.math3.stat.regression.ModelSpecificationException - the model specification exception