Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java196 NOT_POSITIVE_WINDOW_SIZE("window size must be positive ({0})"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DDescriptiveStatistics.java325 LocalizedFormats.NOT_POSITIVE_WINDOW_SIZE, windowSize); in setWindowSize()