@param mu constant value to compare sample mean against
@param sample array of sample data values
@return p-value
@throws IllegalArgumentException if the precondition is not met
@throws MathException if an error occurs computing the p-value
@param mu constant value to compare sample mean against
@param sample array of sample data values
@return p-value
@throws NullArgumentException if the sample array is null
@throws NumberIsTooSmallException if the length of the array is < 2
@throws MaxCountExceededException if an error occurs computing the p-value
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.