public enum QuartileCalculation : System.Enum
Member | Description |
---|---|
ExclusiveMedian | The median is excluded from the calculation if n (the number of values in the data) is odd. |
InclusiveMedian | The median is included in the calculation if n (the number of values in the data) is odd. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+