Random Sampling
Random Sampling은 다음을 가르킴.
Population(모집단)에서 element를
각각 무작위(random)로 선택하여 얻는
sampling method(샘플링, 표본추출)을 가르킴.
Statstics에서
- 일반적으로 "제한된 수의 sample들로 계산한 statistics(통계치)"를
- population의 parameter로 해석하기 위해서는
- 반드시 random sampling을 통해 sample을 얻어야 한다.
Random Sampling의 특징
- Random sampling에서는
- pupluation의 모든 element들이
- sample로 선택될 확률이 모두 같다.
Summary
이를 요약하면 다음과 같이 애기할 수 있다.
Random Sampling은
- 모집단 population을 대표하는 sample을 추출할 때 (← Representative Sample)
- 쓰이는 여러 sampling method (표집방법) 중의 하나로 (←가장 대표적인 방법)
- 모집단에 속해있는 모든 element (or subject)들이 각기 sample로 추출된 확률이 동일함.
- 이는 하나의 sample 추출이 다른 sample의 추출에 전혀 영향을 주지 않는, 즉 각 sample의 추출이 독립적(independent)하다는 특징을 가짐.
주의할 점은 일반적으로 적은 수의 sample을 얻는 경우에는
아무리 random sampling을 해도 해당 sample이 population의 representative 하기 어렵다.
하지만 이 경우에도 Random sampling은 이를 보장하기 위한 가장 기본적인 노력이라고 볼 수 있다.
Random Sampling을 수행하는 방법
Random sampling을 위해서
과거에는 Pseudo random number table을 사용했다.
(이는 population의 수가 적은 경우에는 여전히 사용가능함.)
- 주사위 또는 동전을 사용하는 경우도 가능함.
하지만 거의 대부분의 연구자들이 과거와 비교할 수 없는 computing power를 가진 현재로서는
computer를 이용한(사실 거의 모든 programming languages가 이를 수행할 수 있는 package나 libaray를 제공) 방식이 사용되고 있다.
- 이 방법도 사실은 pseudo-random으로
- 컴퓨터가 생성하는 psuedo random number table을 사용하는 것임.
Random Sampling의 절차
1. 먼저 Population의 모든 elements에 번호를 부여
2. Pseudo random number table에서 sampling을 위한 처음 seed 값을 연구자가 임의로 선정.
3. 그리고 연구자가 확정한 sample size 의 수에 해당하는 sample들이 추출될 때까지 앞서 table을 이용하여 sample을 추출.
같이 읽으면 좋은 자료들
다음의 자료의 해당 장을 읽어보면 이해에 큰 도움이 된다.
Chapter 2. Basic Concepts - 3. Random sampling
https://www.amazon.com/Fundamental-Statistics-Behavioral-Sciences-Howell/dp/1305652975
https://dsaint31.tistory.com/712
'... > Math' 카테고리의 다른 글
[Math] 기본 Term: Statistics (1) | 2024.02.23 |
---|---|
[Math] Random이란? (1) | 2024.02.23 |
[Math] 용어: root, equality, expression (0) | 2024.02.20 |
[LA] Linear Independence (Linearly Indendent) (0) | 2024.02.16 |
[LA] Linearly Independent and Affine Independent: Summary (0) | 2024.02.16 |