- Descriptive Vs. Inferential Statistics
- Types of Measurement Scales
- Parameter, Sample Statistic, and Frequency Distribution
- Relative Frequencies and Cumulative Relative Frequencies
- Properties of a Data Set (Histogram / Frequency Polygon)
- Measures of Central Tendency
- Calculating Arithmetic Mean
- Calculating Weighted Average Mean
- Calculating Geometric Mean
- Calculating Harmonic Mean
- Calculating Median and Mode of a Data Set
- Quartiles, Quintiles, Deciles, and Percentiles
- Range and Mean Absolute Deviation
- Variance and Standard Deviation
- Chebyshev’s Inequality
- Coefficient of Variation
- Sharpe Ratio
- Skewness and Kurtosis
- Relative Locations of Mean, Median and Mode
Quartiles, Quintiles, Deciles, and Percentiles
A quantile refers to a value at or below which a stated fraction of the data lies. Quantile is a general term, and we have different types of quantiles referring to different fractions.
Quartiles | Divides the distribution into quarters. |
Quintiles | Divides the distribution into fifths. |
Deciles | Divides the distribution into tenths. |
Percentiles | Divides the distribution into hundredths. |
Percentiles are the most commonly used quantiles and other quantiles are also expressed in terms of percentiles.
For example, the first quartile is the value at or below which a quarter or 25 percent of the values in the distribution lie. The second quartile will have 50 percent of values below it (50 percentile).
Example 1
Suppose we have a data set with 20 observations and we want to calculate third quartile or 75 percentile. Since the total number of observations (20) is divisible by 4, the calculation is simple. The 15th value is the third quartile because 3/4th of the values lie at or below the 15th value.
Example 2
The calculation of a quartile may however be difficult, if the total number of observations is not divisible by 4. For large data sets, this will not matter. However, for a small data set the quartile value will only be an approximation.
Let’s say our data set has 15 observations and we want to calculate the third quartile.
1.2, 1.5, 1.7, 2.3, 2.5, 2.9, 3, 3.8, 4.2, 4.3, 5.4, 5.5, 5.6, 5.9, 6.2
Since 15 is not divisible by 4, we cannot directly observe the third quartile. We will use a slightly different method to calculate this.
We know that third quartile is 75 percentile.
We can calculate the position of an observation at a given percentile using the following formula.
Where y is the percentile we want to find and n is the number of observations in a dataset. In our data set, n = 15, and y = 75.
Ly = (15+1)*(75/100) = 12
The 12th observation is 5.5. That means 75 percent of observations lie below 5.5.
In this example Ly was a whole number. If it was not, we would have used linear interpolation to find the quartile.
Related Downloads
Related Quizzes
Data Science in Finance: 9-Book Bundle
Master R and Python for financial data science with our comprehensive bundle of 9 ebooks.
What's Included:
- Getting Started with R
- R Programming for Data Science
- Data Visualization with R
- Financial Time Series Analysis with R
- Quantitative Trading Strategies with R
- Derivatives with R
- Credit Risk Modelling With R
- Python for Data Science
- Machine Learning in Finance using Python
Each book includes PDFs, explanations, instructions, data files, and R code for all examples.
Get the Bundle for $39 (Regular $57)Free Guides - Getting Started with R and Python
Enter your name and email address below and we will email you the guides for R programming and Python.