Class ArgumentUtils
java.lang.Object
org.apache.commons.statistics.interval.ArgumentUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidcheckErrorRate(double alpha) Check the error ratealphais in the open interval(0, 1).
-
Constructor Details
-
ArgumentUtils
private ArgumentUtils()No instances.
-
-
Method Details
-
checkErrorRate
static void checkErrorRate(double alpha) Check the error ratealphais in the open interval(0, 1).- Parameters:
alpha- Error rate.- Throws:
IllegalArgumentException- ifalphais not in the open interval(0, 1).
-