# Variance (statistics) > 통계학에서 분산이란 데이터가 평균으로부터 퍼진 정도를 나타내는 통계량이다. [통계학](https://wiki.g15e.com/pages/Statistics.txt)에서 분산이란 데이터가 평균으로부터 퍼진 정도를 나타내는 통계량이다. <모분산>은 $\large\frac{\Sigma(x - \mu)^2}{n}$, <표본 분산>은 $\large\frac{\Sigma(x - \bar{x})^2}{n - 1}$ 이다. 데이터와의 단위를 맞추기 위해 보통은 분산에 <제곱근>을 취한 값인 [표준편차](https://wiki.g15e.com/pages/Standard%20deviation.txt)를 많이 쓴다. ## External links - [Calculating the Mean, Variance and Standard Deviation, Clearly Explained!!!](https://www.youtube.com/watch?v=SzZ6GpcfoQY&list=PLblh5JKOoLUK0FLuzwntyYI10UQFUhsY9&index=7)