F-statistic
- 는 coefficient 개수, 은 sample 개수
1 min read
F-statistic 만약 모델이 포함하고 있는 parameter 가 많다면, t-statistic 대신 F-statistic 을 사용한다.
T-statistic F-statistic 만약 모델이 포함하고 있는 parameter 가 많다면, t-statistic 대신 F-statistic 을 사용한다. t-statistic 값을 이용하면 p-value 를 계산할 수 있다.
Studentized Residuals residual e i 를 추정된 standard error 으로 나눈 값 - Related References.
Leverage Statistic 데이터 (observation) 의 leverage 를 측정하기 위한 방법 simple linear regression 의 경우, \displaystyle h {i}=\frac{1}{n}+\frac{\left(x {i}-\bar{x}\right)^{2}}{\sum...
효과 크기 (Effect Size) 효과 크기란 실험에서 나타나는 효과의 크기를 수치적으로 측정한 값입니다. 이 값이 클수록 두 변수 간의 관계가 더 강하다는 것을 의미합니다.
Histogram Mean & Median 계산 Mean \sum \frac{m {i} n {i}}{N} m i : i 번째 bin 의 중간 값 n i : i 번째 bin 의 frequency N : 총 sample size Median L+((n / 2-F) / f) W L: median group 의...
Mean 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...
Prior 2. Related 3. References.
상대도수 상대도수는 사건이 무한히 반복 가능할 때, 내가 관심 있는 사건의 상대적인 빈도를 뜻한다. Related References.
Categorical Distribution Related References.
Variance Inflation Factor, VIF The VIF is the ratio of the variance of \hat{\beta} {j} when fitting the full model divided by the variance of \hat{\beta} {j} if fit on its own.