Searched defs:regress (Results 1 – 8 of 8) sorted by relevance
82 RegressionResults regress() throws ModelSpecificationException, NoDataException; in regress() method92 …RegressionResults regress(int[] variablesToInclude) throws ModelSpecificationException, MathIllega… in regress() method
771 public RegressionResults regress() throws ModelSpecificationException, NoDataException { in regress() method in SimpleRegression816 public RegressionResults regress(int[] variablesToInclude) throws MathIllegalArgumentException{ in regress() method in SimpleRegression
904 public RegressionResults regress() throws ModelSpecificationException { in regress() method in MillerUpdatingRegression918 public RegressionResults regress(int numberOfRegressors) throws ModelSpecificationException { in regress() method in MillerUpdatingRegression1004 public RegressionResults regress(int[] variablesToInclude) throws ModelSpecificationException { in regress() method in MillerUpdatingRegression
7 regress : target
277 regress() in regress() function
126 regress(in) in regress() function
111 static void regress(struct sample *samples, int n, double *intercept, in regress() function
1145 add_executable(regress ${SRC_REGRESS}) target