com.aspose.cells

Class QuartileCalculationType

  • java.lang.Object
    • 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.