Uses of Class
org.apache.commons.math4.exception.NotANumberException
-
Packages that use NotANumberException Package Description org.apache.commons.math4.distribution Implementations of common discrete and continuous distributions.org.apache.commons.math4.util Convenience routines and common data structures used throughout the commons-math library. -
-
Uses of NotANumberException in org.apache.commons.math4.distribution
Constructors in org.apache.commons.math4.distribution that throw NotANumberException Constructor Description EnumeratedDistribution(java.util.List<Pair<T,java.lang.Double>> pmf)Create an enumerated distribution using the given random number generator and probability mass function enumeration.EnumeratedIntegerDistribution(int[] singletons, double[] probabilities)Create a discrete distribution.EnumeratedRealDistribution(double[] singletons, double[] probabilities)Create a discrete real-valued distribution using the given random number generator and probability mass function enumeration. -
Uses of NotANumberException in org.apache.commons.math4.util
Methods in org.apache.commons.math4.util that throw NotANumberException Modifier and Type Method Description static voidMathArrays. checkNotNaN(double[] in)Check that no entry of the input array isNaN.
-