* the ones where there were disagreements are the result of ties by looking
* at the r values before they were rounded.
*/
public static boolean test2() {
NormalTruth truth = NormalTruth.SlippageExample();
Belief b = new Belief(truth.SamplingPrecision());
InfoCollection.SamplingRule p1 = new ChIn(6, 1, b);
InfoCollection.SamplingRule p2 = new InfoCollection.IndependentNormalVarianceKnown.ChIn(
6, 1);
int numDisagreements = 0;
boolean ok = true;