public interface  org.apache.commons.math.stat.descriptive.WeightedEvaluation extends java.lang.Object
{
public abstract double evaluate(double[], double[]) throws org.apache.commons.math.exception.MathIllegalArgumentException;
public abstract double evaluate(double[], double[], int, int) throws org.apache.commons.math.exception.MathIllegalArgumentException;
}