Uses of Class
org.apache.commons.math4.exception.MathIllegalStateException
| Package | Description |
|---|---|
| org.apache.commons.math4.exception |
Specialized exceptions for algorithms errors.
|
| org.apache.commons.math4.fraction |
Fraction number type and fraction number formatting.
|
| org.apache.commons.math4.stat.descriptive |
Generic univariate summary statistic objects.
|
| org.apache.commons.math4.stat.descriptive.moment |
Summary statistics based on moments.
|
| org.apache.commons.math4.util |
Convenience routines and common data structures used throughout the commons-math library.
|
-
Uses of MathIllegalStateException in org.apache.commons.math4.exception
Subclasses of MathIllegalStateException in org.apache.commons.math4.exception Modifier and Type Class Description classConvergenceExceptionError thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.classMathInternalErrorException triggered when something that shouldn't happen does happen.classMathParseExceptionClass to signal parse failures.classMaxCountExceededExceptionException to be thrown when some counter maximum value is exceeded.classTooManyEvaluationsExceptionException to be thrown when the maximal number of evaluations is exceeded.classTooManyIterationsExceptionException to be thrown when the maximal number of iterations is exceeded. -
Uses of MathIllegalStateException in org.apache.commons.math4.fraction
Subclasses of MathIllegalStateException in org.apache.commons.math4.fraction Modifier and Type Class Description classFractionConversionExceptionError thrown when a double value cannot be converted to a fraction in the allowed number of iterations. -
Uses of MathIllegalStateException in org.apache.commons.math4.stat.descriptive
Methods in org.apache.commons.math4.stat.descriptive that throw MathIllegalStateException Modifier and Type Method Description doubleDescriptiveStatistics. getPercentile(double p)Returns an estimate for the pth percentile of the stored values.voidDescriptiveStatistics. removeMostRecentValue()Removes the most recent value from the dataset.doubleDescriptiveStatistics. replaceMostRecentValue(double v)Replaces the most recently stored value with the given value.voidMultivariateSummaryStatistics. setGeoMeanImpl(StorelessUnivariateStatistic[] geoMeanImpl)Sets the implementation for the geometric mean.voidSummaryStatistics. setGeoMeanImpl(StorelessUnivariateStatistic geoMeanImpl)Sets the implementation for the geometric mean.voidSynchronizedMultivariateSummaryStatistics. setGeoMeanImpl(StorelessUnivariateStatistic[] geoMeanImpl)Sets the implementation for the geometric mean.voidSynchronizedSummaryStatistics. setGeoMeanImpl(StorelessUnivariateStatistic geoMeanImpl)Sets the implementation for the geometric mean.voidMultivariateSummaryStatistics. setMaxImpl(StorelessUnivariateStatistic[] maxImpl)Sets the implementation for the maximum.voidSummaryStatistics. setMaxImpl(StorelessUnivariateStatistic maxImpl)Sets the implementation for the maximum.voidSynchronizedMultivariateSummaryStatistics. setMaxImpl(StorelessUnivariateStatistic[] maxImpl)Sets the implementation for the maximum.voidSynchronizedSummaryStatistics. setMaxImpl(StorelessUnivariateStatistic maxImpl)Sets the implementation for the maximum.voidMultivariateSummaryStatistics. setMeanImpl(StorelessUnivariateStatistic[] meanImpl)Sets the implementation for the mean.voidSummaryStatistics. setMeanImpl(StorelessUnivariateStatistic meanImpl)Sets the implementation for the mean.voidSynchronizedMultivariateSummaryStatistics. setMeanImpl(StorelessUnivariateStatistic[] meanImpl)Sets the implementation for the mean.voidSynchronizedSummaryStatistics. setMeanImpl(StorelessUnivariateStatistic meanImpl)Sets the implementation for the mean.voidMultivariateSummaryStatistics. setMinImpl(StorelessUnivariateStatistic[] minImpl)Sets the implementation for the minimum.voidSummaryStatistics. setMinImpl(StorelessUnivariateStatistic minImpl)Sets the implementation for the minimum.voidSynchronizedMultivariateSummaryStatistics. setMinImpl(StorelessUnivariateStatistic[] minImpl)Sets the implementation for the minimum.voidSynchronizedSummaryStatistics. setMinImpl(StorelessUnivariateStatistic minImpl)Sets the implementation for the minimum.voidMultivariateSummaryStatistics. setSumImpl(StorelessUnivariateStatistic[] sumImpl)Sets the implementation for the Sum.voidSummaryStatistics. setSumImpl(StorelessUnivariateStatistic sumImpl)Sets the implementation for the Sum.voidSynchronizedMultivariateSummaryStatistics. setSumImpl(StorelessUnivariateStatistic[] sumImpl)Sets the implementation for the Sum.voidSynchronizedSummaryStatistics. setSumImpl(StorelessUnivariateStatistic sumImpl)Sets the implementation for the Sum.voidMultivariateSummaryStatistics. setSumLogImpl(StorelessUnivariateStatistic[] sumLogImpl)Sets the implementation for the sum of logs.voidSummaryStatistics. setSumLogImpl(StorelessUnivariateStatistic sumLogImpl)Sets the implementation for the sum of logs.voidSynchronizedMultivariateSummaryStatistics. setSumLogImpl(StorelessUnivariateStatistic[] sumLogImpl)Sets the implementation for the sum of logs.voidSynchronizedSummaryStatistics. setSumLogImpl(StorelessUnivariateStatistic sumLogImpl)Sets the implementation for the sum of logs.voidMultivariateSummaryStatistics. setSumsqImpl(StorelessUnivariateStatistic[] sumsqImpl)Sets the implementation for the sum of squares.voidSummaryStatistics. setSumsqImpl(StorelessUnivariateStatistic sumsqImpl)Sets the implementation for the sum of squares.voidSynchronizedMultivariateSummaryStatistics. setSumsqImpl(StorelessUnivariateStatistic[] sumsqImpl)Sets the implementation for the sum of squares.voidSynchronizedSummaryStatistics. setSumsqImpl(StorelessUnivariateStatistic sumsqImpl)Sets the implementation for the sum of squares.voidSummaryStatistics. setVarianceImpl(StorelessUnivariateStatistic varianceImpl)Sets the implementation for the variance.voidSynchronizedSummaryStatistics. setVarianceImpl(StorelessUnivariateStatistic varianceImpl)Sets the implementation for the variance. -
Uses of MathIllegalStateException in org.apache.commons.math4.stat.descriptive.moment
Methods in org.apache.commons.math4.stat.descriptive.moment that throw MathIllegalStateException Modifier and Type Method Description voidGeometricMean. setSumLogImpl(StorelessUnivariateStatistic sumLogImpl)Sets the implementation for the sum of logs. -
Uses of MathIllegalStateException in org.apache.commons.math4.util
Methods in org.apache.commons.math4.util that throw MathIllegalStateException Modifier and Type Method Description doubleResizableDoubleArray. substituteMostRecentElement(double value)Substitutesvaluefor the most recently added value.