Uses of Class
org.apache.commons.math3.exception.MathInternalError
Packages that use MathInternalError
Package
Description
Implementations of common discrete and continuous distributions.
-
Uses of MathInternalError in org.apache.commons.math3.distribution
Methods in org.apache.commons.math3.distribution that throw MathInternalErrorModifier and TypeMethodDescriptionprivate double
AbstractIntegerDistribution.checkedCumulativeProbability
(int argument) Computes the cumulative probability function and checks forNaN
values returned.