järjestysotanta
Järjestysotanta, also known as systematic sampling, is a probability sampling method where elements are selected from an ordered list at regular intervals. The process begins by determining a starting point within the list and then selecting every k-th element, where k is the sampling interval. The sampling interval is calculated by dividing the total population size (N) by the desired sample size (n), so k = N/n. For example, if a researcher wants to select 100 people from a list of 1000, the sampling interval would be 10 (1000/100). The researcher would then randomly select a starting number between 1 and 10, and select every 10th person thereafter.
This method is often simpler to implement than simple random sampling, especially when dealing with large populations.