Uses of Class
org.hipparchus.stat.regression.RegressionResults
Package
Description
Statistical routines involving multivariate data.
-
Uses of RegressionResults in org.hipparchus.stat.regression
Modifier and TypeMethodDescriptionMillerUpdatingRegression.regress()
Conducts a regression on the data in the model, using all regressors.MillerUpdatingRegression.regress
(int numberOfRegressors) Conducts a regression on the data in the model, using a subset of regressors.MillerUpdatingRegression.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.SimpleRegression.regress()
Performs a regression on data present in buffers and outputs a RegressionResults object.SimpleRegression.regress
(int[] variablesToInclude) Performs a regression on data present in buffers including only regressors indexed in variablesToInclude and outputs a RegressionResults objectUpdatingMultipleLinearRegression.regress()
Performs a regression on data present in buffers and outputs a RegressionResults objectUpdatingMultipleLinearRegression.regress
(int[] variablesToInclude) Performs a regression on data present in buffers including only regressors indexed in variablesToInclude and outputs a RegressionResults object