Skip to content

Systematic Sampling [Sampling]

Description

Selects every kth item from a list after a random starting point. It is more structured than random sampling and can be useful when the data is ordered in a meaningful way, though it risks introducing bias if the ordering aligns with hidden periodic patterns.