Searched defs:hasIntercept (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/regression/ | ||
H A D | SimpleRegression.java | 93 private final boolean hasIntercept; field in SimpleRegression |
H A D | MillerUpdatingRegression.java | 79 private boolean hasIntercept; field in MillerUpdatingRegression |
H A D | UpdatingMultipleLinearRegression.java | 37 boolean hasIntercept(); in hasIntercept() method |
H A D | RegressionResults.java | 388 public boolean hasIntercept() { in hasIntercept() method in RegressionResults |