Java org.jfree.data.statistics MeanAndStandardDeviation fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.statistics MeanAndStandardDeviation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.statistics MeanAndStandardDeviation.

The text is from its open source code.

Constructor

MeanAndStandardDeviation(double mean, double standardDeviation)
Creates a new mean and standard deviation record.
MeanAndStandardDeviation(Number mean, Number standardDeviation)
Creates a new mean and standard deviation record.

Method

booleanequals(Object obj)
Tests this instance for equality with an arbitrary object.
NumbergetMean()
Returns the mean.
doublegetMeanValue()
Returns the mean as a double primitive.
NumbergetStandardDeviation()
Returns the standard deviation.
doublegetStandardDeviationValue()
Returns the standard deviation as a double primitive.