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

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

The text is from its open source code.

Constructor

Method

voidaddValue(double v)
doublegetMax()
Returns the maximum of the available values
doublegetMin()
Returns the minimum of the available values
longgetN()
doublegetPercentile(double p)
Returns an estimate for the pth percentile of the stored values.