Class ArgumentUtils
- java.lang.Object
-
- org.apache.commons.statistics.interval.ArgumentUtils
-
final class ArgumentUtils extends java.lang.ObjectUtilities for argument validation.- Since:
- 1.2
-
-
Constructor Summary
Constructors Modifier Constructor Description privateArgumentUtils()No instances.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static voidcheckErrorRate(double alpha)Check the error ratealphais in the open interval(0, 1).
-