User Tools

Site Tools


measuring_central_tendency

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
measuring_central_tendency [2019/09/16 08:22] – created hkimscilmeasuring_central_tendency [2019/09/30 20:25] (current) – removed hkimscil
Line 1: Line 1:
-====== Measuring Central Tendency ====== 
-===== mean ===== 
- 
-$$ \begin{equation*} 
-\text{Sum of all elements} = X_1 + X_2 + X_3 + X_4 + X_5 + . . . + X_n  
-\end{equation*} 
-$$ 
- 
-**e.g.,** 
-  - Get mean, median for each data set. 
-  - State how each is skewed. 
-  
-$$  \begin{equation*} 
-X_1 + X_2 + X_3 + X_4 + X_5 + . . . + X_n = \sum\limits_{i=1}^{n} X_i 
-\end{equation*} 
-$$ 
- 
-$$  \begin{equation*} 
-\frac{\sum\limits_{i=1}^{n} X_i}{n} 
-\end{equation*} 
-$$ 
- 
-$$  \begin{equation*} 
-\mu = \frac{\sum\limits_{i=1}^{n} X_i}{n} 
-\end{equation*} 
-$$ 
- 
-|age   | 19  | 20 | 21  | 
-|freq  | 1   | 3  | 1   | 
- 
-$$  \begin{equation*} 
-\begin{split} 
-\mu = \frac{\sum\limits_{}^{} \text{fx}}{\sum{\text{f}}}  
-    = \frac{1 \text{x} 19 + 3 \text{x} 20 + 1 \text{x} 21}{5} 
-\end{split} 
-\end{equation*} 
-$$ 
- 
-===== median ===== 
-<code>{19, 19, 20, 20, 20, 21, 21, 100, 102}</code> 
- 
-<code>{19, 20, 20, 20, 21, 21, 100, 102}</code> 
- 
-|value | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 
-|freq  | 4  | 6  | 4  | 4  | 3  | 2  | 1  | 1  | 
- 
-|value | 1  | 4  | 6  | 8  | 9  | 10  | 11  | 12  | 
-|freq  | 1  | 1  | 2  | 3  | 4  | 4   | 5  | 5   | 
  
measuring_central_tendency.1568589732.txt.gz · Last modified: 2019/09/16 08:22 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki