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

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

The text is from its open source code.

Implementation

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

Method

doublegetMax()
Returns the maximum of the available values
doublegetMean()
Returns the arithmetic mean of the available values
doublegetMin()
Returns the minimum of the available values
longgetN()
Returns the number of available values
doublegetStandardDeviation()
Returns the standard deviation of the available values.
doublegetSum()
Returns the sum of the values that have been added to Univariate.
doublegetVariance()
Returns the variance of the available values.