PSquarePercentile.newMarkers(
Arrays.asList(new Double[] { 95.1772, 95.1567, 95.1937,
95.1959, 95.1442, 95.0610, 95.1591, 95.1195,
95.1772, 95.0925, 95.1990, 95.1682 }), 0.50);
for (int i = 0; i < testArray.length; i++) {
mThat.processDataPoint(testArray[i]);
}
mThat.estimate(0);
}
@Test(expected = OutOfRangeException.class)