Searched defs:regress (Results 1 – 9 of 9) sorted by relevance
82 RegressionResults regress() throws ModelSpecificationException, NoDataException; in regress() method92 …RegressionResults regress(int[] variablesToInclude) throws ModelSpecificationException, MathIllega… in regress() method
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
771 public RegressionResults regress() throws ModelSpecificationException, NoDataException { in regress() method in SimpleRegression816 public RegressionResults regress(int[] variablesToInclude) throws MathIllegalArgumentException{ in regress() method in SimpleRegression
7 regress : target
7 noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench program
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