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

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

Introduction

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

The text is from its open source code.

Method

BoxAndWhiskerItemcalculateBoxAndWhiskerStatistics(List values)
Calculates the statistics required for a BoxAndWhiskerItem from a list of Number objects.
BoxAndWhiskerItemcalculateBoxAndWhiskerStatistics(List values, boolean stripNullAndNaNItems)
Calculates the statistics required for a BoxAndWhiskerItem from a list of Number objects.
doublecalculateQ1(List values)
Calculates the first quartile for a list of numbers in ascending order.
doublecalculateQ3(List values)
Calculates the third quartile for a list of numbers in ascending order.