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

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

Introduction

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

The text is from its open source code.

Constructor

Method

booleanequals(Object obj)
Tests this object for equality with an arbitrary object.
NumbergetMaxOutlier()
Returns the maximum outlier.
NumbergetMaxRegularValue()
Returns the maximum regular value.
NumbergetMean()
Returns the mean.
NumbergetMedian()
Returns the median.
NumbergetMinOutlier()
Returns the minimum outlier.
NumbergetMinRegularValue()
Returns the minimum regular value.
ListgetOutliers()
Returns a list of outliers.
NumbergetQ1()
Returns the first quartile.
NumbergetQ3()
Returns the third quartile.