Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M11528

Systematic Sampling

Systematic Sampling
SystemsHigh supportSystems Theory
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

Interval: select one sample every k units. Starting point: randomly choose the position of the first sample. Scaffold role: regular sampling. It is easier to implement than simple random sampling and can uniformly cover the population, but attention must be paid to whether the population has periodic patterns.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Regular sampling. It is easier to implement than simple random sampling and can uniformly cover the population, but attention must be paid to whether the population has periodic patterns.

anchor

Anchor fast decisions

Sample the population at a fixed interval k, randomly select a starting point, and then include every k-th unit. When the population has no periodic structure, its uniform coverage is close to stratified sampling, and its efficiency is higher than simple random sampling. If the population has a periodicity that coincides with the interval, severe systematic bias will occur.

MINIMUM ACTION

In progress 0/5

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/Systematic_samplingZH · Explicit
    verified

RELATED MODELS