Mean & Median 계산
Mean
- : 번째 bin 의 중간 값
- : 번째 bin 의 frequency
- : 총 sample size
Median
- : median group 의 lower limit
- : 총 관측 개수
- : median group 의 최대 누적 frequency
- : median group 의 frequency
- : median group 의 width
예시

- mean:
- median:
1 min read

histogram mode Normality test
Frequency distribution 은 관측값이 각 category 또는 구간에 얼마나 자주 나타나는지 정리한 분포다. 범주형 데이터라면 category 별 count 를 세고, 연속형 데이터라면 bin 을 나누어 count 를 센다.
중간값 (Median) 중간값은 유한한 숫자 목록에서, 그 숫자들을 작은 순서부터 큰 순서로 나열했을 때 “가운데”에 위치한 값을 의미합니다. 만약 데이터셋의 관측치 개수가 홀수라면, 가운데에 있는 값이 중간값이 됩니다.
If we have a data set consisting of the values a {1},a {2},\ldots,a {n}, then the arithmetic mean A is defined by the formula: A=\frac{1}{n}\sum {i=1}^{n}a {i}=\frac{a {1}+a...
The mode (statistics) is the value that appears most often in a set of data values.
The mean function \mu {X}(t) of a random process \{X(t)\} is a function that specifies the expected value at each time t \mu {X}(t)\stackrel{\text{def}}{=}E[X(t)] 예시...
상대도수는 사건이 무한히 반복 가능할 때, 내가 관심 있는 사건의 상대적인 빈도를 뜻한다.
어떤 변수들의 집합에 대한 확률 분포에서, 부분 집합에 대한 확률 분포를 marginal probability distribution 이라고 한다.
\displaystyle F=\frac{(\mathrm{TSS}-\mathrm{RSS})/p}{\mathrm{RSS}/(n-p-1)} p 는 coefficient 개수, n 은 sample 개수 .
관측 불가능한 variables 의 집합 (반대: data) In Statistic 모집단에서 계산될 수 있는 통계치를 parameter 라 부르며, 표본집단에서 계산될 수 있는 통계치를 statistic 이라 부른다.
likelihood 는 Probability 와 반대되는 개념으로, 랜덤 변수 X 에 따른 샘플 x 이 주어졌을 때, 랜덤 변수가 따르는 parameter 가 \theta 될 확률을 의미한다. 이는 주로 \mathcal{L}(\theta\mid x) 로 표현한다.