[]
Specifies the quartile calculation type.
public enum QuartileMethodType
Public Enum QuartileMethodType
Name | Description |
---|---|
Exclusive | The median is excluded from the calculation if N (the number of values in the data) is odd. |
Inclusive | The median is included in the calculation if N (the number of values in the data) is odd. |