com.aspose.cells
Class QuartileCalculationType

java.lang.Object
    extended by com.aspose.cells.QuartileCalculationType

public class QuartileCalculationType 
extends java.lang.Object

Utility class containing constants. Represents quartile calculation methods.


Field Summary
static final intEXCLUSIVE
           The quartile calculation includes the median when splitting the dataset into quartiles.
static final intINCLUSIVE
           The qartile calculation excludes the median when splitting the dataset into quartiles.
 

Field Detail

EXCLUSIVE

public static final int EXCLUSIVE
The quartile calculation includes the median when splitting the dataset into quartiles.

INCLUSIVE

public static final int INCLUSIVE
The qartile calculation excludes the median when splitting the dataset into quartiles.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.