Home
last modified time | relevance | path

Searched refs:MathRuntimeException (Results 1 – 25 of 102) sorted by relevance

12345

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
DAbstractMultipleLinearRegression.java19 import org.apache.commons.math.MathRuntimeException;
94 throw MathRuntimeException.createIllegalArgumentException( in newSampleData()
98 throw MathRuntimeException.createIllegalArgumentException( in newSampleData()
102 throw MathRuntimeException.createIllegalArgumentException( in newSampleData()
130 throw MathRuntimeException.createIllegalArgumentException( in newYSampleData()
134 throw MathRuntimeException.createIllegalArgumentException( in newYSampleData()
165 throw MathRuntimeException.createIllegalArgumentException( in newXSampleData()
169 throw MathRuntimeException.createIllegalArgumentException( in newXSampleData()
179 throw MathRuntimeException.createIllegalArgumentException( in newXSampleData()
206 throw MathRuntimeException.createIllegalArgumentException( in validateSampleData()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DChiSquareTestImpl.java20 import org.apache.commons.math.MathRuntimeException;
69 throw MathRuntimeException.createIllegalArgumentException( in chiSquare()
73 throw MathRuntimeException.createIllegalArgumentException( in chiSquare()
139 throw MathRuntimeException.createIllegalArgumentException( in chiSquareTest()
207 throw MathRuntimeException.createIllegalArgumentException( in chiSquareTest()
226 throw MathRuntimeException.createIllegalArgumentException( in chiSquareDataSetsComparison()
230 throw MathRuntimeException.createIllegalArgumentException( in chiSquareDataSetsComparison()
250 throw MathRuntimeException.createIllegalArgumentException( in chiSquareDataSetsComparison()
254 throw MathRuntimeException.createIllegalArgumentException( in chiSquareDataSetsComparison()
269 throw MathRuntimeException.createIllegalArgumentException( in chiSquareDataSetsComparison()
[all …]
DOneWayAnovaImpl.java22 import org.apache.commons.math.MathRuntimeException;
105 throw MathRuntimeException.createIllegalArgumentException( in anovaTest()
128 throw MathRuntimeException.createIllegalArgumentException( in anovaStats()
136 throw MathRuntimeException.createIllegalArgumentException( in anovaStats()
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DResizableDoubleArray.java22 import org.apache.commons.math.MathRuntimeException;
367 throw MathRuntimeException.createArrayIndexOutOfBoundsException( in substituteMostRecentElement()
392 throw MathRuntimeException.createIllegalArgumentException( in checkContractExpand()
398 throw MathRuntimeException.createIllegalArgumentException( in checkContractExpand()
404 throw MathRuntimeException.createIllegalArgumentException( in checkContractExpand()
491 throw MathRuntimeException.createIllegalArgumentException( in discardExtremeElements()
495 throw MathRuntimeException.createIllegalArgumentException( in discardExtremeElements()
575 throw MathRuntimeException.createArrayIndexOutOfBoundsException( in getElement()
581 throw MathRuntimeException.createArrayIndexOutOfBoundsException( in getElement()
710 throw MathRuntimeException.createArrayIndexOutOfBoundsException( in setElement()
[all …]
DMathUtils.java24 import org.apache.commons.math.MathRuntimeException;
107 … throw MathRuntimeException.createArithmeticException(LocalizedFormats.OVERFLOW_IN_ADDITION, x, y); in addAndCheck()
151 throw MathRuntimeException.createArithmeticException(pattern, a, b); in addAndCheck()
165 throw MathRuntimeException.createArithmeticException(pattern, a, b); in addAndCheck()
370 throw MathRuntimeException.createIllegalArgumentException( in checkBinomial()
375 throw MathRuntimeException.createIllegalArgumentException( in checkBinomial()
796 throw MathRuntimeException.createIllegalArgumentException(
829 throw MathRuntimeException.createIllegalArgumentException(
854 throw MathRuntimeException.createIllegalArgumentException(
902 throw MathRuntimeException.createArithmeticException(
[all …]
DOpenIntToDoubleHashMap.java26 import org.apache.commons.math.MathRuntimeException;
530 …throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHI… in key()
533 … throw MathRuntimeException.createNoSuchElementException(LocalizedFormats.ITERATOR_EXHAUSTED); in key()
547 …throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHI… in value()
550 … throw MathRuntimeException.createNoSuchElementException(LocalizedFormats.ITERATOR_EXHAUSTED); in value()
564 …throw MathRuntimeException.createConcurrentModificationException(LocalizedFormats.MAP_MODIFIED_WHI… in advance()
578 … throw MathRuntimeException.createNoSuchElementException(LocalizedFormats.ITERATOR_EXHAUSTED); in advance()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DUnivariateRealSolverImpl.java22 import org.apache.commons.math.MathRuntimeException;
108 … throw MathRuntimeException.createIllegalStateException(LocalizedFormats.NO_RESULT_AVAILABLE); in checkResultComputed()
159 … throw MathRuntimeException.createUnsupportedOperationException(LocalizedFormats.NOT_OVERRIDEN); in solve()
183 … throw MathRuntimeException.createUnsupportedOperationException(LocalizedFormats.NOT_OVERRIDEN); in solve()
260 throw MathRuntimeException.createIllegalArgumentException( in verifyInterval()
277 throw MathRuntimeException.createIllegalArgumentException( in verifySequence()
299 throw MathRuntimeException.createIllegalArgumentException( in verifyBracketing()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DAbstractUnivariateStatistic.java19 import org.apache.commons.math.MathRuntimeException;
150 throw MathRuntimeException.createIllegalArgumentException( in test()
208 throw MathRuntimeException.createIllegalArgumentException( in test()
212 throw MathRuntimeException.createIllegalArgumentException( in test()
216 throw MathRuntimeException.createIllegalArgumentException( in test()
225 throw MathRuntimeException.createIllegalArgumentException( in test()
DDescriptiveStatistics.java23 import org.apache.commons.math.MathRuntimeException;
324 throw MathRuntimeException.createIllegalArgumentException( in setWindowSize()
403 throw MathRuntimeException.createIllegalArgumentException( in getPercentile()
407 throw MathRuntimeException.createIllegalArgumentException( in getPercentile()
411 throw MathRuntimeException.createIllegalArgumentException(e3.getCause()); in getPercentile()
586 throw MathRuntimeException.createIllegalArgumentException( in setPercentileImpl()
590 throw MathRuntimeException.createIllegalArgumentException( in setPercentileImpl()
594 throw MathRuntimeException.createIllegalArgumentException(e3.getCause()); in setPercentileImpl()
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
DFastFourierTransformer.java23 import org.apache.commons.math.MathRuntimeException;
434 throw MathRuntimeException.createIllegalArgumentException( in sample()
496 throw MathRuntimeException.createIllegalArgumentException( in verifyDataSet()
509 throw MathRuntimeException.createIllegalArgumentException( in verifyDataSet()
525 throw MathRuntimeException.createIllegalArgumentException( in verifyInterval()
663 throw MathRuntimeException.createIllegalArgumentException( in get()
669 throw MathRuntimeException.createIllegalArgumentException( in get()
692 throw MathRuntimeException.createIllegalArgumentException( in set()
698 throw MathRuntimeException.createIllegalArgumentException( in set()
814 …throw MathRuntimeException.createIllegalStateException(LocalizedFormats.ROOTS_OF_UNITY_NOT_COMPUTE… in isForward()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DAbstractContinuousDistribution.java23 import org.apache.commons.math.MathRuntimeException;
72 public double density(double x) throws MathRuntimeException { in density()
73 throw new MathRuntimeException(new UnsupportedOperationException(), in density()
91 throw MathRuntimeException.createIllegalArgumentException( in inverseCumulativeProbability()
180MathRuntimeException.createIllegalArgumentException(LocalizedFormats.NOT_POSITIVE_SAMPLE_SIZE, sam… in sample()
DAbstractIntegerDistribution.java22 import org.apache.commons.math.MathRuntimeException;
90 throw MathRuntimeException.createIllegalArgumentException( in cumulativeProbability()
147 throw MathRuntimeException.createIllegalArgumentException( in cumulativeProbability()
166 throw MathRuntimeException.createIllegalArgumentException( in inverseCumulativeProbability()
246MathRuntimeException.createIllegalArgumentException(LocalizedFormats.NOT_POSITIVE_SAMPLE_SIZE, sam… in sample()
DHypergeometricDistributionImpl.java22 import org.apache.commons.math.MathRuntimeException;
59 throw MathRuntimeException in HypergeometricDistributionImpl()
65 throw MathRuntimeException in HypergeometricDistributionImpl()
254 throw MathRuntimeException.createIllegalArgumentException( in setNumberOfSuccessesInternal()
280 throw MathRuntimeException.createIllegalArgumentException( in setPopulationSizeInternal()
305 throw MathRuntimeException.createIllegalArgumentException( in setSampleSizeInternal()
DWeibullDistributionImpl.java22 import org.apache.commons.math.MathRuntimeException;
166 throw MathRuntimeException.createIllegalArgumentException( in inverseCumulativeProbability()
194 throw MathRuntimeException.createIllegalArgumentException( in setShapeInternal()
217 throw MathRuntimeException.createIllegalArgumentException( in setScaleInternal()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
DUnivariateRealIntegratorImpl.java20 import org.apache.commons.math.MathRuntimeException;
116 … throw MathRuntimeException.createIllegalStateException(LocalizedFormats.NO_RESULT_AVAILABLE); in getResult()
165 throw MathRuntimeException.createIllegalArgumentException( in verifyInterval()
178 throw MathRuntimeException.createIllegalArgumentException( in verifyIterationCount()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBigMatrixImpl.java22 import org.apache.commons.math.MathRuntimeException;
106 throw MathRuntimeException.createIllegalArgumentException( in BigMatrixImpl()
110 throw MathRuntimeException.createIllegalArgumentException( in BigMatrixImpl()
158 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in BigMatrixImpl()
163 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN); in BigMatrixImpl()
167 throw MathRuntimeException.createIllegalArgumentException( in BigMatrixImpl()
191 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in BigMatrixImpl()
196 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN); in BigMatrixImpl()
200 throw MathRuntimeException.createIllegalArgumentException( in BigMatrixImpl()
221 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in BigMatrixImpl()
[all …]
DArray2DRowRealMatrix.java22 import org.apache.commons.math.MathRuntimeException;
125 throw MathRuntimeException.createIllegalArgumentException( in Array2DRowRealMatrix()
130 throw MathRuntimeException.createIllegalArgumentException( in Array2DRowRealMatrix()
135 throw MathRuntimeException.createIllegalArgumentException( in Array2DRowRealMatrix()
319 throw MathRuntimeException.createIllegalStateException( in setSubMatrix()
323 throw MathRuntimeException.createIllegalStateException( in setSubMatrix()
328 throw MathRuntimeException.createIllegalArgumentException( in setSubMatrix()
334 throw MathRuntimeException.createIllegalArgumentException( in setSubMatrix()
340 throw MathRuntimeException.createIllegalArgumentException( in setSubMatrix()
418 throw MathRuntimeException.createIllegalArgumentException( in operate()
[all …]
DRealMatrixImpl.java22 import org.apache.commons.math.MathRuntimeException;
127 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in RealMatrixImpl()
131 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN); in RealMatrixImpl()
135 throw MathRuntimeException.createIllegalArgumentException( in RealMatrixImpl()
320 throw MathRuntimeException.createIllegalStateException( in setSubMatrix()
325 throw MathRuntimeException.createIllegalStateException( in setSubMatrix()
331 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_ROW); in setSubMatrix()
336 … throw MathRuntimeException.createIllegalArgumentException(LocalizedFormats.AT_LEAST_ONE_COLUMN); in setSubMatrix()
341 throw MathRuntimeException.createIllegalArgumentException( in setSubMatrix()
424 throw MathRuntimeException.createIllegalArgumentException( in operate()
[all …]
DArray2DRowFieldMatrix.java24 import org.apache.commons.math.MathRuntimeException;
116 throw MathRuntimeException.createIllegalArgumentException( in Array2DRowFieldMatrix()
121 throw MathRuntimeException.createIllegalArgumentException( in Array2DRowFieldMatrix()
126 throw MathRuntimeException.createIllegalArgumentException( in Array2DRowFieldMatrix()
311 throw MathRuntimeException.createIllegalStateException( in setSubMatrix()
315 throw MathRuntimeException.createIllegalStateException( in setSubMatrix()
320 throw MathRuntimeException.createIllegalArgumentException( in setSubMatrix()
326 throw MathRuntimeException.createIllegalArgumentException( in setSubMatrix()
332 throw MathRuntimeException.createIllegalArgumentException( in setSubMatrix()
410 throw MathRuntimeException.createIllegalArgumentException( in operate()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
DPolynomialSplineFunction.java22 import org.apache.commons.math.MathRuntimeException;
100 throw MathRuntimeException.createIllegalArgumentException( in PolynomialSplineFunction()
105 throw MathRuntimeException.createIllegalArgumentException( in PolynomialSplineFunction()
110 throw MathRuntimeException.createIllegalArgumentException( in PolynomialSplineFunction()
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DFraction.java23 import org.apache.commons.math.MathRuntimeException;
258 throw MathRuntimeException.createArithmeticException( in Fraction()
263 throw MathRuntimeException.createArithmeticException( in Fraction()
406 throw MathRuntimeException.createArithmeticException( in negate()
515 …throw MathRuntimeException.createArithmeticException(LocalizedFormats.NUMERATOR_OVERFLOW_AFTER_MUL… in addSub()
573 throw MathRuntimeException.createArithmeticException( in divide()
602 throw MathRuntimeException.createArithmeticException( in getReducedFraction()
615 throw MathRuntimeException.createArithmeticException( in getReducedFraction()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
DDirectSearchOptimizer.java24 import org.apache.commons.math.MathRuntimeException;
149 throw MathRuntimeException.createIllegalArgumentException( in setStartConfiguration()
173 throw MathRuntimeException.createIllegalArgumentException( in setStartConfiguration()
186 throw MathRuntimeException.createIllegalArgumentException( in setStartConfiguration()
199 throw MathRuntimeException.createIllegalArgumentException( in setStartConfiguration()
359 throw MathRuntimeException.createIllegalArgumentException( in buildSimplex()
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DEmpiricalDistributionImpl.java30 import org.apache.commons.math.MathRuntimeException;
125 throw new MathRuntimeException(e); in load()
144 throw MathRuntimeException.createEOFException(LocalizedFormats.URL_CONTAINS_NO_DATA, in load()
224 throw MathRuntimeException.createIllegalArgumentException( in getAdapter()
375 … throw MathRuntimeException.createIllegalStateException(LocalizedFormats.DISTRIBUTION_NOT_LOADED); in getNextValue()
395 throw new MathRuntimeException(LocalizedFormats.NO_BIN_SELECTED); in getNextValue()
DValueServer.java25 import org.apache.commons.math.MathRuntimeException;
123 default: throw MathRuntimeException.createIllegalStateException( in getNext()
317 … throw MathRuntimeException.createIllegalStateException(LocalizedFormats.DIGEST_NOT_INITIALIZED); in getNextDigest()
350 throw MathRuntimeException.createEOFException(LocalizedFormats.URL_CONTAINS_NO_DATA, in getNextReplay()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
DCovariance.java19 import org.apache.commons.math.MathRuntimeException;
226 throw MathRuntimeException.createIllegalArgumentException( in covariance()
229 throw MathRuntimeException.createIllegalArgumentException( in covariance()
269 throw MathRuntimeException.createIllegalArgumentException( in checkSufficientData()

12345