Home
last modified time | relevance | path

Searched refs:getSlope (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
DSimpleRegression.java273 double b1 = getSlope(); in predict()
294 return getIntercept(getSlope()); in getIntercept()
313 public double getSlope() { in getSlope() method in SimpleRegression
413 return getRegressionSumSquares(getSlope()); in getRegressionSumSquares()
448 double b1 = getSlope(); in getR()
597 FastMath.abs(getSlope()) / getSlopeStdErr())); in getSignificance()