// Multiple thresholds
{
CanFindPvalue.PvalueInfo[] infos = new CanFindPvalue.PvalueInfo[0];
try {
infos = calculator.pvaluesByThresholds(thresholds);
} catch (HashOverflowException e) {
e.printStackTrace();
}
for (CanFindPvalue.PvalueInfo info : infos) {
print_result(info, background, pwm.length());