this.errorType = 2;
this.preprocessDataTwo(commonError.doubleValue());
}
public RankAnalysis(BigInteger[][] values, BigInteger commonError){
Matrix matv = new Matrix(values);
this.values = matv.getArrayCopy();
this.errorType = 2;
this.preprocessDataTwo(commonError.doubleValue());
}