Uses of Class
org.apache.commons.math4.exception.NotStrictlyPositiveException

Packages that use NotStrictlyPositiveException 
Package Description
org.apache.commons.math4.analysis
Parent package for common numerical analysis procedures, including root finding, function interpolation and integration.
org.apache.commons.math4.analysis.function
The function package contains function objects that wrap the methods contained in Math, as well as common mathematical functions such as the gaussian and sinc functions.
org.apache.commons.math4.analysis.integration
Numerical integration (quadrature) algorithms for univariate real functions.
org.apache.commons.math4.analysis.integration.gauss
Gauss family of quadrature schemes.
org.apache.commons.math4.analysis.solvers
Root finding algorithms, for univariate real functions.
org.apache.commons.math4.distribution
Implementations of common discrete and continuous distributions.
org.apache.commons.math4.distribution.fitting
Fitting of parameters against distributions.
org.apache.commons.math4.linear
Linear algebra support.
org.apache.commons.math4.random
Random Data Generation
org.apache.commons.math4.stat.correlation
Correlations/Covariance computations.
org.apache.commons.math4.stat.inference
Classes providing hypothesis testing.
org.apache.commons.math4.stat.interval
Classes providing binomial proportion confidence interval construction.
org.apache.commons.math4.util
Convenience routines and common data structures used throughout the commons-math library.