고객관리

고객관리

차별화 된 기술력으로 새로운 트렌드를 열어가고 있습니다.

자료실

게시물 검색

[유용한TIP] How to Find the Median | Definition, Examples & Calculator

  • 2025-03-21 16:27:00
  • hit5566

 

 

The median is the value that’s exactly in the middle of a dataset when it is ordered. It’s a measure of central tendency that separates the lowest 50% from the highest 50% of values.

The steps for finding the median differ depending on whether you have an odd or an even number of data points. If there are two numbers in the middle of a dataset, their mean is the median.

The median is usually used with quantitative data (where the values are numerical), but you can sometimes also find the median for an ordinal dataset (where the values are ranked categories).

 

 

 

Find the median with an odd-numbered dataset

We’ll walk through steps using a small sample dataset with the weekly pay of 5 people.

Dataset

Weekly pay (USD) 350 800 220 500 130

Step 1: Order the values from low to high.

Ordered dataset

Weekly pay (USD) 130 220 350 500 800

Step 2: Calculate the middle position.

Use the formula \dfrac{(n+1)}{2}, where n is the number of values in your dataset.

Calculating the middle position

Formula Calculation
\dfrac{(n+1)}{2} n=5
\dfrac{(5+1)}{2}=3

The median is the value at the 3rd position.

Step 3: Find the value in the middle position.

Finding the median

Weekly pay (USD) 130 220 350 500 800

The median weekly pay is 350 US dollars.

Find the median with an even-numbered dataset

In an even-numbered dataset, there isn’t a single value in the middle of the dataset, so we have to follow a slightly different procedure.

Let’s add another value to the dataset. Now you have 6 values.

Dataset

Weekly pay (USD) 350 800 220 500 130 1150

Step 1: Order the values from low to high.

Ordered dataset

Weekly pay (USD) 130 220 350 500 800 1150

Step 2: Calculate the two middle positions.

The middle positions are found using the formulas \dfrac{n}{2} and (\dfrac{n}{2})+1, where n is the number of values in your dataset.

Calculating the middle positions

Formula Calculation
\dfrac{n}{2} n=6
\dfrac{6}{2}=3
(\dfrac{n}{2})+1 n=6
(\dfrac{6}{2})+1=4

The middle values are at the 3rd and 4th positions.

Step 3: Find the two middle values.

Middle values

Weekly pay (USD) 130 220 350 500 800 1150

The middle values are 350 and 500.

Step 4: Find the mean of the two middle values.

To find the median, calculate the mean by adding together the middle values and dividing them by two.

Calculating the median

Median: \dfrac{(350+500)}{2}=425

The median weekly pay for this dataset is is 425 US dollars.

Find the median with ordinal data

The median is usually used for quantitative data, which means the values in the dataset are numerical. But you can sometimes also identify the median for ordinal data.

Ordinal data is organized into categories with a rank order – for example language ability level (beginner, intermediate, or fluent) or level of agreement (strongly agree, agree, etc.).

The process for finding the median is almost the same.

Odd-numbered dataset

We’ll walk through the steps for an odd-numbered ordinal dataset with 7 values.

You categorize reaction times of participants into 3 groups: slow, medium or fast.

First, order all values in ascending order.

Ordered dataset

Reaction speed Slow Slow Medium Medium Fast Fast Fast

Next, find the middle value using \dfrac{(n+1)}{2}, where n is the number of values in the dataset.

Calculating the middle position

Formula Calculation
\dfrac{(n+1)}{2} n=7
\dfrac{(7+1)}{2}=4

The median is the value at the 4th position.

Finding the median

Reaction speed Slow Slow Medium Medium Fast Fast Fast

The median reaction speed is Medium.

Can you find the median for an even-numbered ordinal dataset?

The mean cannot be calculated for ordinal data, so the median can’t be found for an even-numbered dataset.

For example, if the two middle values are “slow” and “medium,” you can’t calculate the mean of these values.

In practice, ordinal data is sometimes converted into a numerical format and treated like quantitative data for the sake of convenience. Then the mean of the middle values can be calculated to find the median.

While this is considered acceptable in some contexts, it is not always seen as correct.

 

When should you use the median?

The median is the most informative measure of central tendency for skewed distributions or distributions with outliers.

In skewed distributions, more values fall on one side of the center than the other, and the mean, median and mode all differ from each other.

In a positively skewed distribution, there’s a cluster of lower scores and a spread out tail on the right.

In a negatively skewed distribution, there’s a cluster of higher scores and a spread out tail on the left.

Because the median only uses one or two values from the middle of a dataset, it’s unaffected by extreme outliers or non-symmetric distributions of scores. In contrast, the positions of the mean and mode can vary in skewed distributions.

For this reason, the median is often reported as a measure of central tendency for variables such as income, because these distributions are usually positively skewed.

The level of measurement of your variable also determines whether you can use the median. The median can only be used on data that can be ordered – that is, from ordinal, interval and ratio levels of measurement.

 

Frequently asked questions about the median

What are measures of central tendency?

Measures of central tendency help you find the middle, or the average, of a data set.

The 3 most common measures of central tendency are the mean, median and mode.

  • The mode is the most frequent value.
  • The median is the middle number in an ordered data set.
  • The mean is the sum of all values divided by the total number of values.
How do I find the median?

To find the median, first order your data. Then calculate the middle position based on n, the number of values in your data set.

  • If n is an odd number, the median lies at the position \dfrac{(n+1)}{2}.
  • If n is an even number, the median is the mean of the values at positions \dfrac{n}{2} and (\dfrac{n}{2})+1.
When should I use the median?

The median is the most informative measure of central tendency for skewed distributions or distributions with outliers. For example, the median is often used as a measure of central tendency for income distributions, which are generally highly skewed.

Because the median only uses one or two values, it’s unaffected by extreme outliers or non-symmetric distributions of scores. In contrast, the mean and mode can vary in skewed distributions.

Which measures of central tendency can I use?

The measures of central tendency you can use depends on the level of measurement of your data.

  • For a nominal level, you can only use the mode to find the most frequent value.
  • For an ordinal level or ranked data, you can also use the median to find the value in the middle of your data set.
  • For interval or ratio levels, in addition to the mode and median, you can use the mean to find the average value.

 

Bhandari, P. (2023, June 21). How to Find the Median | Definition, Examples & Calculator. Scribbr. Retrieved July 30, 2024, from https://www.scribbr.com/statistics/median/

게시글 공유 URL복사
게시물 검색
List of articles
번호 제목 작성일 조회수
165 [유용한TIP] 동어 반복 오류란? photo 2026-04-13 hit4101
164 [유용한TIP] ⚠️ 성급한 일반화의 오류란? | 정의와 예시 photo 2026-04-09 hit3765
163 [유용한TIP] Grawlix | Definition, Meaning, Use & Examples photo 2026-04-01 hit5155
162 [유용한TIP] Appeal to Emotion Fallacy | Definition & Examples photo 2026-03-31 hit5954
161 [유용한TIP] 감정적 허위(Pathetic Fallacy)란? | 정의와 예시 [What Is Pathetic Fallac photo 2026-03-26 hit6183
160 [유용한TIP] ? 허수아비 논법이란? | 논점 흐리기의 정의와 예시 photo 2026-03-24 hit3474
159 [유용한TIP] ❓무지에 호소하는 오류란? photo 2026-03-18 hit3722
158 [유용한TIP] 논문컨설팅 전문가가 알려주는 초보자를 위한 가이드, 연구 입문 가이드 photo 2026-03-09 hit3283
157 [유용한TIP] ? 논문컨설팅 진행 전 많이들 하는 실수! 감정에 호소하는 오류란? photo 2025-11-30 hit4829
156 [유용한TIP] ? 인과 오류란? photo 2025-10-16 hit3400
155 [유용한TIP] Hasty Generalization Fallacy | Definition & Examples photo 2025-04-15 hit5724
154 [유용한TIP] What Is Ecological Fallacy? | Definition & Example photo 2025-04-14 hit5646
153 [유용한TIP] Circular Reasoning Fallacy | Definition & Examples photo 2025-04-13 hit5657
152 [유용한TIP] What Is Base Rate Fallacy? | Definition & Examples photo 2025-04-11 hit5612
151 [유용한TIP] Appeal to Pity Fallacy | Definition & Examples photo 2025-04-10 hit6580
150 [유용한TIP] Appeal to Authority Fallacy | Definition & Examples photo 2025-04-08 hit7380
149 [유용한TIP] What Is Ad Populum Fallacy? | Definition & Examples photo 2025-04-07 hit6048
148 [유용한TIP] Ad Hominem Fallacy | Definition & Examples photo 2025-04-06 hit7669
147 [유용한TIP] Begging the Question Fallacy | Definition & Examples photo 2025-04-06 hit5924
146 [유용한TIP] A Beginner's Guide to Starting the Research Process photo 2025-04-05 hit4218
145 [유용한TIP] How to Avoid Repetition and Redundancy in Academic Writing photo 2025-04-04 hit10595
144 [유용한TIP] Tautology | Meaning, Definition & Examples photo 2025-04-03 hit5203
143 [유용한TIP] What Is a Metaphor? | Definition & Examples photo 2025-04-02 hit7035
142 [유용한TIP] What Is a Simile? | Meaning, Definition & Examples photo 2025-04-01 hit4873
141 [유용한TIP] How to Choose a Dissertation Topic | 8 Steps to Follow photo 2025-03-30 hit5020
140 [유용한TIP] hesis & Dissertation Title Page | Free Templates & E photo 2025-03-29 hit5119
139 [유용한TIP] How to Write a Dissertation or Thesis Proposal photo 2025-03-28 hit5048
138 [유용한TIP] How to Write More Concisely | Tips to Shorten Your Sentences photo 2025-03-27 hit4941
137 [유용한TIP] What Is a Dissertation? | Guide, Examples, & Template photo 2025-03-26 hit4497
136 [유용한TIP] How to Choose a Dissertation Topic | 8 Steps to Follow photo 2025-03-25 hit4836
135 [유용한TIP] How to Find the Range of a Data Set | Calculator & Formu photo 2025-03-24 hit3900
134 [유용한TIP] How to Find the Geometric Mean | Calculator & Formula photo 2025-03-23 hit4765
133 [유용한TIP] How to Find the Mean | Definition, Examples & Calculator photo 2025-03-22 hit5523
132 [유용한TIP] How to Find the Median | Definition, Examples & Calculat photo 2025-03-21 hit5566
131 [유용한TIP] How to Find the Mode | Definition, Examples & Calculator photo 2025-03-19 hit5598
130 [유용한TIP] Central Tendency | Understanding the Mean, Median & Mode photo 2025-03-18 hit7014
129 [유용한TIP] [Descriptive Statistics | Definitions, Types, Examples] photo 2025-03-17 hit4401
128 [유용한TIP] 슬리퍼리 슬로프(미끄러운 경사면) 오류란? photo 2025-03-16 hit3373
127 [유용한TIP] How to Find Outliers | 4 Ways with Examples & Explanatio photo 2025-03-13 hit3812
126 [유용한TIP] Missing Data | Types, Explanation, & Imputation photo 2025-03-12 hit4366
125 [유용한TIP] What Is Data Cleansing? | Definition, Guide & Examples photo 2025-03-11 hit5910
124 [유용한TIP] Ratio Scales | Definition, Examples, & Data Analysis photo 2025-03-10 hit5285
123 [유용한TIP] Interval Data and How to Analyze It | Definitions & Exam photo 2025-03-06 hit4366
122 [유용한TIP] Ordinal Data | Definition, Examples, Data Collection & A photo 2025-03-04 hit4866
121 [유용한TIP] Nominal Data | Definition, Examples, Data Collection & A photo 2025-02-27 hit5760
120 [유용한TIP] Levels of Measurement | Nominal, Ordinal, Interval and Ratio photo 2025-02-26 hit4231
119 [유용한TIP] Sampling Methods | Types, Techniques & Examples photo 2025-02-24 hit5013
118 [유용한TIP] Population vs. Sample | Definitions, Differences & Examp photo 2025-02-20 hit4284
117 [유용한TIP] Data Collection | Definition, Methods & Examples photo 2025-02-19 hit5205
116 [유용한TIP] T-Distribution | What It Is and How To Use It (With Examples photo 2025-02-18 hit4672

네이버 톡톡으로 연결됩니다