일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- 영국대학원
- 통계대학원
- 코호트연구
- 관찰연구
- 논문제안서
- 영국석사
- factorial design
- 데이터사이언스
- 통계디자인
- RCB
- 통계석사
- cohort study
- blocking
- soap film smoothing
- 케글타이타닉
- mean model
- 타이타닉데이터
- Data Science
- 통계실험
- 머신러닝
- Titanic - Machine Learning from Disaster
- Spatial Data
- statistical experiment
- 통계학석사
- 영국통계대학원
- Smoothing
- 통계예상문제
- Machine Learning
- gam모델
- literature review
- Today
- Total
DS and stats
statistical design - Mean model vs. Treatment effects model 본문
statistical design - Mean model vs. Treatment effects model
으르미 2022. 3. 12. 09:00
지난 번에 이어서, (means model)
여기서
이제 \( \mu_i = \mu + \tau_i \)를 이용하여 선형모델을 만들어보자. (treatment model)
구체적으로,
treatment levels에 대한 단위의 무작위화로 인해, 반응변수나 실험오류는 상호 독립이 된다.
가정
1. 유닛들이 서로 비슷한 성질을 가지고 있을 때, 같은 treatment level에 있는 반응변수나 실험오류의 확률분포는 같다.
2. 반응변수나 실험오류의 확률분포는 Gaussian을 따른다.
ML(maximum likelihood)를 이용하여, ssE(error sum of square)을 이용하여 평균의 추정치를 찾는다.
편미분해서 0이 나오는
★ Hessian 즉, 2차 편미분값 >0 이어야 최솟값임을 확인할 수 있다.
행렬대수 잠시 복습을 해보자면,
rank: the number of rows or columns which are independent
-> full rank: determinant를 계산했을 때, 0이 아니면 full rank라고 한다(역행렬 존재)
trace: the sum of the diagonal element in a matrix
idempotent:
non-singular matrix: It means that one has a matrix inverse. Invertible(역행렬 존재)
singular matrix: a matrix whose determinant is 0 and hence it has no inverse. @ from google.
Mean model | Treatment Model | |
Rank | Full rank - invertible! | Not full rank - cannot be inverted! |
The number of columns | t | t+1(cuz the first col should be intercepted) |
X^TX | invertible | cannot be inverted. but X^T : invertible |
Estimable |
Treatment effects 모델에서
E(Y) = X
그래서, Y =
다 추정가능한데, treatment effects model에서

'Data science - sem 2 > Statistical design of investigation' 카테고리의 다른 글
Observational studies and Causal inference (관찰 연구 및 인과추론) (0) | 2022.04.17 |
---|---|
[Statistical design] Factorial designs in blocks(RCB) & GCB (0) | 2022.03.15 |
Statistical design - Anova Table (0) | 2022.03.15 |
Experimental designs with multiple factors (0) | 2022.03.13 |
통계 실험 디자인하기 - CRD(Completely Randomised design) (0) | 2022.03.11 |