Home
last modified time | relevance | path

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 DSimpleRegression.java93 private final boolean hasIntercept; field in SimpleRegression
411 public boolean hasIntercept() { in hasIntercept() method in SimpleRegression
H A DMillerUpdatingRegression.java79 private boolean hasIntercept; field in MillerUpdatingRegression
147 public boolean hasIntercept() { in hasIntercept() method in MillerUpdatingRegression
H A DUpdatingMultipleLinearRegression.java37 boolean hasIntercept(); in hasIntercept() method
H A DRegressionResults.java388 public boolean hasIntercept() { in hasIntercept() method in RegressionResults