Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java152NEGATIVE_ROBUSTNESS_ITERATIONS("the number of robustness iterations must be non-negative, but got … enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DLoessInterpolator.java156 … throw new MathException(LocalizedFormats.NEGATIVE_ROBUSTNESS_ITERATIONS, robustnessIters); in LoessInterpolator()