public interface  oadd.org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic extends java.lang.Object implements oadd.org.apache.commons.math.stat.descriptive.UnivariateStatistic
{
public abstract void increment(double);
public abstract void incrementAll(double[]) throws oadd.org.apache.commons.math.exception.MathIllegalArgumentException;
public abstract void incrementAll(double[], int, int) throws oadd.org.apache.commons.math.exception.MathIllegalArgumentException;
public abstract double getResult();
public abstract long getN();
public abstract void clear();
public abstract oadd.org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic copy();
}