Extends the definition of {@link UnivariateStatistic} with{@link #increment} and {@link #incrementAll(double[])} methods for addingvalues and updating internal state.
This interface is designed to be used for calculating statistics that can be computed in one pass through the data without storing the full array of sample values.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.