Java org.apache.commons.math.stat.descriptive StorelessUnivariateStatistic fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.stat.descriptive StorelessUnivariateStatistic fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.stat.descriptive StorelessUnivariateStatistic.

The text is from its open source code.

Method

voidclear()
Clears the internal state of the Statistic
doublegetResult()
Returns the current value of the Statistic.
voidincrement(double d)
Updates the internal state of the statistic to reflect the addition of the new value.