HomeSort by relevance Sort by last modified time
    Searched refs:TOO_SMALL_BANDWIDTH (Results 1 - 2 of 2) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 267 TOO_SMALL_BANDWIDTH("the bandwidth must be large enough to accomodate at least 2 points. There are {0} data points, and bandwidth must be at least {1} but it is only {2}"),
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
LoessInterpolator.java 229 throw new MathException(LocalizedFormats.TOO_SMALL_BANDWIDTH,

Completed in 715 milliseconds