Searched refs:createIllegalArgumentException (Results 1 - 25 of 85) sorted by relevance

1234

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
H A DAbstractMultipleLinearRegression.java94 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(
212 throw MathRuntimeException.createIllegalArgumentException(
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
H A DChiSquareTestImpl.java69 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(
313 throw MathRuntimeException.createIllegalArgumentException(
[all...]
H A DOneWayAnovaImpl.java105 throw MathRuntimeException.createIllegalArgumentException(
128 throw MathRuntimeException.createIllegalArgumentException(
136 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DAbstractUnivariateStatistic.java150 throw MathRuntimeException.createIllegalArgumentException(
208 throw MathRuntimeException.createIllegalArgumentException(
212 throw MathRuntimeException.createIllegalArgumentException(
216 throw MathRuntimeException.createIllegalArgumentException(
225 throw MathRuntimeException.createIllegalArgumentException(
H A DDescriptiveStatistics.java324 throw MathRuntimeException.createIllegalArgumentException(
403 throw MathRuntimeException.createIllegalArgumentException(
407 throw MathRuntimeException.createIllegalArgumentException(
411 throw MathRuntimeException.createIllegalArgumentException(e3.getCause());
586 throw MathRuntimeException.createIllegalArgumentException(
590 throw MathRuntimeException.createIllegalArgumentException(
594 throw MathRuntimeException.createIllegalArgumentException(e3.getCause());
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
H A DComplexUtils.java66 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DAbstractDistribution.java63 throw MathRuntimeException.createIllegalArgumentException(
H A DAbstractIntegerDistribution.java90 throw MathRuntimeException.createIllegalArgumentException(
147 throw MathRuntimeException.createIllegalArgumentException(
166 throw MathRuntimeException.createIllegalArgumentException(
246 MathRuntimeException.createIllegalArgumentException(LocalizedFormats.NOT_POSITIVE_SAMPLE_SIZE, sampleSize);
H A DBinomialDistributionImpl.java97 throw MathRuntimeException.createIllegalArgumentException(
125 throw MathRuntimeException.createIllegalArgumentException(
H A DExponentialDistributionImpl.java87 throw MathRuntimeException.createIllegalArgumentException(
170 throw MathRuntimeException.createIllegalArgumentException(
H A DZipfDistributionImpl.java91 throw MathRuntimeException.createIllegalArgumentException(
131 throw MathRuntimeException.createIllegalArgumentException(
H A DHypergeometricDistributionImpl.java60 .createIllegalArgumentException(
66 .createIllegalArgumentException(
254 throw MathRuntimeException.createIllegalArgumentException(
280 throw MathRuntimeException.createIllegalArgumentException(
305 throw MathRuntimeException.createIllegalArgumentException(
H A DWeibullDistributionImpl.java166 throw MathRuntimeException.createIllegalArgumentException(
194 throw MathRuntimeException.createIllegalArgumentException(
217 throw MathRuntimeException.createIllegalArgumentException(
H A DAbstractContinuousDistribution.java91 throw MathRuntimeException.createIllegalArgumentException(
180 MathRuntimeException.createIllegalArgumentException(LocalizedFormats.NOT_POSITIVE_SAMPLE_SIZE, sampleSize);
H A DBetaDistributionImpl.java151 throw MathRuntimeException.createIllegalArgumentException(
157 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
H A DPolynomialSplineFunction.java100 throw MathRuntimeException.createIllegalArgumentException(
105 throw MathRuntimeException.createIllegalArgumentException(
110 throw MathRuntimeException.createIllegalArgumentException(
H A DPolynomialFunctionNewtonForm.java212 throw MathRuntimeException.createIllegalArgumentException(
216 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
H A DRandomKeyMutation.java42 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
H A DUnivariateRealIntegratorImpl.java165 throw MathRuntimeException.createIllegalArgumentException(
178 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
H A DSpearmansCorrelation.java150 throw MathRuntimeException.createIllegalArgumentException(
153 throw MathRuntimeException.createIllegalArgumentException(
H A DCovariance.java226 throw MathRuntimeException.createIllegalArgumentException(
229 throw MathRuntimeException.createIllegalArgumentException(
269 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DResizableDoubleArray.java392 throw MathRuntimeException.createIllegalArgumentException(
398 throw MathRuntimeException.createIllegalArgumentException(
404 throw MathRuntimeException.createIllegalArgumentException(
491 throw MathRuntimeException.createIllegalArgumentException(
495 throw MathRuntimeException.createIllegalArgumentException(
752 throw MathRuntimeException.createIllegalArgumentException(
775 throw MathRuntimeException.createIllegalArgumentException(
793 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
H A DDirectSearchOptimizer.java149 throw MathRuntimeException.createIllegalArgumentException(
173 throw MathRuntimeException.createIllegalArgumentException(
186 throw MathRuntimeException.createIllegalArgumentException(
199 throw MathRuntimeException.createIllegalArgumentException(
359 throw MathRuntimeException.createIllegalArgumentException(
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DUnivariateRealSolverImpl.java260 throw MathRuntimeException.createIllegalArgumentException(
277 throw MathRuntimeException.createIllegalArgumentException(
299 throw MathRuntimeException.createIllegalArgumentException(
H A DUnivariateRealSolverUtils.java174 throw MathRuntimeException.createIllegalArgumentException(
178 throw MathRuntimeException.createIllegalArgumentException(

Completed in 285 milliseconds

1234