aspose.cells

Class QuartileCalculationType

Utility class containing constants. Represents quartile calculation methods.

Field Summary
const  NumberEXCLUSIVE
The quartile calculation includes the median when splitting the dataset into quartiles.
const  NumberINCLUSIVE
The quartile calculation excludes the median when splitting the dataset into quartiles.
 

    • Field Detail

      • EXCLUSIVE

        const Number EXCLUSIVE
        The quartile calculation includes the median when splitting the dataset into quartiles.
      • INCLUSIVE

        const Number INCLUSIVE
        The quartile calculation excludes the median when splitting the dataset into quartiles.