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

Example usage for Java org.apache.commons.math3.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.math3.stat.descriptive StorelessUnivariateStatistic.

The text is from its open source code.

Implementation

org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic has the following implementations.
Click this link to see all its implementation.

Method

voidclear()
Clears the internal state of the Statistic
StorelessUnivariateStatisticcopy()
Returns a copy of the statistic with the same internal state.
ClassgetClass()
Returns the runtime class of this Object .
longgetN()
Returns the number of values that have been added.
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.