HomeSort by relevance Sort by last modified time
    Searched defs:commons (Results 76 - 100 of 792) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
ChiSquaredDistribution.java 17 package org.apache.commons.math.distribution;
ExponentialDistribution.java 17 package org.apache.commons.math.distribution;
FDistribution.java 17 package org.apache.commons.math.distribution;
IntegerDistribution.java 17 package org.apache.commons.math.distribution;
19 import org.apache.commons.math.MathException;
PascalDistribution.java 17 package org.apache.commons.math.distribution;
PoissonDistribution.java 17 package org.apache.commons.math.distribution;
19 import org.apache.commons.math.MathException;
TDistribution.java 17 package org.apache.commons.math.distribution;
WeibullDistribution.java 18 package org.apache.commons.math.distribution;
ZipfDistribution.java 18 package org.apache.commons.math.distribution;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
EstimationException.java 18 package org.apache.commons.math.estimation;
20 import org.apache.commons.math.MathException;
21 import org.apache.commons.math.exception.util.DummyLocalizable;
22 import org.apache.commons.math.exception.util.Localizable;
29 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
30 * been deprecated and replaced by package org.apache.commons.math.optimization.general
EstimationProblem.java 18 package org.apache.commons.math.estimation;
43 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
44 * been deprecated and replaced by package org.apache.commons.math.optimization.general
Estimator.java 18 package org.apache.commons.math.estimation;
35 * @deprecated as of 2.0, everything in package org.apache.commons.math.estimation has
36 * been deprecated and replaced by package org.apache.commons.math.optimization.general
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
ConvergenceException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
DimensionMismatchException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
MathIllegalNumberException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
MathInternalError.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
NoDataException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
NotPositiveException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
NotStrictlyPositiveException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
NullArgumentException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
27 * Proagation of {@code NullPointerException} from within Commons-Math is
ZeroException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
20 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
ArgUtils.java 17 package org.apache.commons.math.exception.util;
Localizable.java 17 package org.apache.commons.math.exception.util;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
FractionConversionException.java 18 package org.apache.commons.math.fraction;
20 import org.apache.commons.math.ConvergenceException;
21 import org.apache.commons.math.exception.util.LocalizedFormats;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
BinaryChromosome.java 17 package org.apache.commons.math.genetics;

Completed in 318 milliseconds

1 2 34 5 6 7 8 91011>>