Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DAbstractStorelessUnivariateStatistic.java59 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in evaluate()
127 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in incrementAll()
DAbstractUnivariateStatistic.java138 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in test()
198 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in test()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DGaussianDerivativeFunction.java85 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in GaussianDerivativeFunction()
DGaussianFunction.java99 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in GaussianFunction()
DParametricGaussianFunction.java155 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in validateParameters()
DGaussianParametersGuesser.java52 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in GaussianParametersGuesser()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DSemiVariance.java180 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in evaluate()
DVariance.java217 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in evaluate()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java223 INPUT_ARRAY("input array"), /* keep */ enumConstant