java.lang.Object
com.aspose.cells.QuartileCalculationType
public class QuartileCalculationType
| Field Summary | ||
|---|---|---|
static final int | EXCLUSIVE | |
| The quartile calculation includes the median when splitting the dataset into quartiles. | ||
static final int | INCLUSIVE | |
| The qartile calculation excludes the median when splitting the dataset into quartiles. | ||
| Field Detail |
|---|
EXCLUSIVE | |
public static final int EXCLUSIVE | |
INCLUSIVE | |
public static final int INCLUSIVE | |