Uses of Class
org.apache.commons.math4.stat.regression.RegressionResults
| Package | Description |
|---|---|
| org.apache.commons.math4.stat.regression |
Statistical routines involving multivariate data.
|
-
Uses of RegressionResults in org.apache.commons.math4.stat.regression
Methods in org.apache.commons.math4.stat.regression that return RegressionResults Modifier and Type Method Description RegressionResultsMillerUpdatingRegression. regress()Conducts a regression on the data in the model, using all regressors.RegressionResultsMillerUpdatingRegression. regress(int numberOfRegressors)Conducts a regression on the data in the model, using a subset of regressors.RegressionResultsMillerUpdatingRegression. regress(int[] variablesToInclude)Conducts a regression on the data in the model, using regressors in array Calling this method will change the internal order of the regressors and care is required in interpreting the hatmatrix.RegressionResultsSimpleRegression. regress()Performs a regression on data present in buffers and outputs a RegressionResults object.RegressionResultsSimpleRegression. regress(int[] variablesToInclude)Performs a regression on data present in buffers including only regressors indexed in variablesToInclude and outputs a RegressionResults objectRegressionResultsUpdatingMultipleLinearRegression. regress()Performs a regression on data present in buffers and outputs a RegressionResults objectRegressionResultsUpdatingMultipleLinearRegression. regress(int[] variablesToInclude)Performs a regression on data present in buffers including only regressors indexed in variablesToInclude and outputs a RegressionResults object