protected Boolean test( double[] values, int begin, int length) { return(MathArrays.verifyValues(values, begin, length, false)); }
protected bool Test(double[] values, double[] weights, int begin, int length, bool allowEmpty) { return(MathArrays.verifyValues(values, weights, begin, length, allowEmpty)); }
protected bool Test(double[] values, double[] weights, int begin, int length) { return(MathArrays.verifyValues(values, weights, begin, length, false)); }
protected Boolean test(double[] values, int begin, int length, bool allowEmpty) { return(MathArrays.verifyValues(values, begin, length, allowEmpty)); }