HomeSort by relevance Sort by last modified time
    Searched refs:MathRuntimeException (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexUtils.java 20 import org.apache.commons.math.MathRuntimeException;
66 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
AbstractDistribution.java 22 import org.apache.commons.math.MathRuntimeException;
63 throw MathRuntimeException.createIllegalArgumentException(
AbstractContinuousDistribution.java 23 import org.apache.commons.math.MathRuntimeException;
69 * @throws MathRuntimeException if the specialized class hasn't implemented this function
72 public double density(double x) throws MathRuntimeException {
73 throw new MathRuntimeException(new UnsupportedOperationException(),
91 throw MathRuntimeException.createIllegalArgumentException(
180 MathRuntimeException.createIllegalArgumentException(LocalizedFormats.NOT_POSITIVE_SAMPLE_SIZE, sampleSize);
AbstractIntegerDistribution.java 22 import org.apache.commons.math.MathRuntimeException;
90 throw MathRuntimeException.createIllegalArgumentException(
147 throw MathRuntimeException.createIllegalArgumentException(
166 throw MathRuntimeException.createIllegalArgumentException(
246 MathRuntimeException.createIllegalArgumentException(LocalizedFormats.NOT_POSITIVE_SAMPLE_SIZE, sampleSize);
BinomialDistributionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
97 throw MathRuntimeException.createIllegalArgumentException(
125 throw MathRuntimeException.createIllegalArgumentException(
ExponentialDistributionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
87 throw MathRuntimeException.createIllegalArgumentException(
170 throw MathRuntimeException.createIllegalArgumentException(
ZipfDistributionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
91 throw MathRuntimeException.createIllegalArgumentException(
131 throw MathRuntimeException.createIllegalArgumentException(
BetaDistributionImpl.java 20 import org.apache.commons.math.MathRuntimeException;
151 throw MathRuntimeException.createIllegalArgumentException(
157 throw MathRuntimeException.createIllegalArgumentException(
CauchyDistributionImpl.java 22 import org.apache.commons.math.MathRuntimeException;
140 throw MathRuntimeException.createIllegalArgumentException(
188 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
InvalidMatrixException.java 20 import org.apache.commons.math.MathRuntimeException;
30 public class InvalidMatrixException extends MathRuntimeException {
MatrixIndexException.java 20 import org.apache.commons.math.MathRuntimeException;
29 public class MatrixIndexException extends MathRuntimeException {
MatrixVisitorException.java 20 import org.apache.commons.math.MathRuntimeException;
28 public class MatrixVisitorException extends MathRuntimeException {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
AbstractMultipleLinearRegression.java 19 import org.apache.commons.math.MathRuntimeException;
94 throw MathRuntimeException.createIllegalArgumentException(
98 throw MathRuntimeException.createIllegalArgumentException(
102 throw MathRuntimeException.createIllegalArgumentException(
130 throw MathRuntimeException.createIllegalArgumentException(
134 throw MathRuntimeException.createIllegalArgumentException(
165 throw MathRuntimeException.createIllegalArgumentException(
169 throw MathRuntimeException.createIllegalArgumentException(
179 throw MathRuntimeException.createIllegalArgumentException(
206 throw MathRuntimeException.createIllegalArgumentException
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AbstractUnivariateStatistic.java 19 import org.apache.commons.math.MathRuntimeException;
150 throw MathRuntimeException.createIllegalArgumentException(
208 throw MathRuntimeException.createIllegalArgumentException(
212 throw MathRuntimeException.createIllegalArgumentException(
216 throw MathRuntimeException.createIllegalArgumentException(
225 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTestImpl.java 20 import org.apache.commons.math.MathRuntimeException;
69 throw MathRuntimeException.createIllegalArgumentException(
73 throw MathRuntimeException.createIllegalArgumentException(
139 throw MathRuntimeException.createIllegalArgumentException(
207 throw MathRuntimeException.createIllegalArgumentException(
226 throw MathRuntimeException.createIllegalArgumentException(
230 throw MathRuntimeException.createIllegalArgumentException(
250 throw MathRuntimeException.createIllegalArgumentException(
254 throw MathRuntimeException.createIllegalArgumentException(
269 throw MathRuntimeException.createIllegalArgumentException
    [all...]
OneWayAnovaImpl.java 22 import org.apache.commons.math.MathRuntimeException;
105 throw MathRuntimeException.createIllegalArgumentException(
128 throw MathRuntimeException.createIllegalArgumentException(
136 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
RandomKeyMutation.java 22 import org.apache.commons.math.MathRuntimeException;
42 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
UnivariateRealIntegratorImpl.java 20 import org.apache.commons.math.MathRuntimeException;
116 throw MathRuntimeException.createIllegalStateException(LocalizedFormats.NO_RESULT_AVAILABLE);
165 throw MathRuntimeException.createIllegalArgumentException(
178 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
UnivariateRealSolverImpl.java 22 import org.apache.commons.math.MathRuntimeException;
108 throw MathRuntimeException.createIllegalStateException(LocalizedFormats.NO_RESULT_AVAILABLE);
159 throw MathRuntimeException.createUnsupportedOperationException(LocalizedFormats.NOT_OVERRIDEN);
183 throw MathRuntimeException.createUnsupportedOperationException(LocalizedFormats.NOT_OVERRIDEN);
260 throw MathRuntimeException.createIllegalArgumentException(
277 throw MathRuntimeException.createIllegalArgumentException(
299 throw MathRuntimeException.createIllegalArgumentException(
UnivariateRealSolverUtils.java 21 import org.apache.commons.math.MathRuntimeException;
174 throw MathRuntimeException.createIllegalArgumentException(
178 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ResizableDoubleArray.java 22 import org.apache.commons.math.MathRuntimeException;
359 * if {@link #numElements} is zero), a MathRuntimeException is thrown.
367 throw MathRuntimeException.createArrayIndexOutOfBoundsException(
392 throw MathRuntimeException.createIllegalArgumentException(
398 throw MathRuntimeException.createIllegalArgumentException(
404 throw MathRuntimeException.createIllegalArgumentException(
491 throw MathRuntimeException.createIllegalArgumentException(
495 throw MathRuntimeException.createIllegalArgumentException(
575 throw MathRuntimeException.createArrayIndexOutOfBoundsException(
581 throw MathRuntimeException.createArrayIndexOutOfBoundsException
    [all...]
MathUtils.java 24 import org.apache.commons.math.MathRuntimeException;
107 throw MathRuntimeException.createArithmeticException(LocalizedFormats.OVERFLOW_IN_ADDITION, x, y);
151 throw MathRuntimeException.createArithmeticException(pattern, a, b);
165 throw MathRuntimeException.createArithmeticException(pattern, a, b);
370 throw MathRuntimeException.createIllegalArgumentException(
375 throw MathRuntimeException.createIllegalArgumentException(
796 throw MathRuntimeException.createIllegalArgumentException(
829 throw MathRuntimeException.createIllegalArgumentException(
854 throw MathRuntimeException.createIllegalArgumentException(
902 throw MathRuntimeException.createArithmeticException
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
SpearmansCorrelation.java 20 import org.apache.commons.math.MathRuntimeException;
150 throw MathRuntimeException.createIllegalArgumentException(
153 throw MathRuntimeException.createIllegalArgumentException(
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialSplineFunction.java 22 import org.apache.commons.math.MathRuntimeException;
100 throw MathRuntimeException.createIllegalArgumentException(
105 throw MathRuntimeException.createIllegalArgumentException(
110 throw MathRuntimeException.createIllegalArgumentException(
PolynomialFunctionNewtonForm.java 19 import org.apache.commons.math.MathRuntimeException;
212 throw MathRuntimeException.createIllegalArgumentException(
216 throw MathRuntimeException.createIllegalArgumentException(

Completed in 522 milliseconds

1 2 3 4 5