Systematic sampling

A sampling method in which every k-th unit is selected from an ordered list after a random start, where the sampling interval k = N/n. It is simple to implement and can be more efficient than simple random sampling for randomly ordered lists, but risks periodicity bias if the list has a cyclic structure aligned with the sampling interval.