HomeSampling MethodsSystematic Sampling Calculator: Free Interval Tool

Systematic Sampling Calculator: Free Interval Tool

Systematic Sampling Calculator: Free Interval Tool

Systematic Sampling Calculator

Calculate the sampling interval k, draw a seeded random start, list every selected unit, then get the mean, standard error, margin of error, design effect and a periodicity check, with four colour charts and a printable field pack.

Interval k with random start Linear and circular modes Periodicity warning Successive differences variance Free, no sign up

0Quick Answer

Systematic sampling takes every k-th unit from an ordered frame after a random start. The interval is k = N / n. Example: N = 500 and n = 50 gives k = 10, so with a random start of r = 7 you select units 7, 17, 27, 37 and so on to 497. Only the start is random, which is why the frame must not contain a repeating cycle of length k.

Key Takeaways

  • Systematic sampling needs only one random number, the start r, and then a fixed interval k = N / n does the rest.
  • It spreads the sample evenly across the frame, so it usually beats simple random sampling when the frame carries a trend or gradient.
  • It fails badly when the frame is periodic and the cycle length matches k, because every drawn unit lands on the same phase.
  • Use circular systematic sampling when N is not an exact multiple of n, so you always get exactly n units.
  • A single systematic sample gives no unbiased variance estimate, so use the successive differences estimator or multiple random starts.

1What Is Systematic Sampling?

Systematic sampling is a probability sampling method in which the units of an ordered population are selected at a fixed interval. You divide the population size N by the sample size n to get the sampling interval k, draw one random start r between 1 and k, then select units r, r + k, r + 2k and so on until the list ends. Because only the start is random, the whole sample is decided by a single random number.

This is why field teams like it. Walking a transect and stopping every 25 metres is far easier than hunting for scattered random coordinates, and a register can be sampled by counting down every k-th row without any lookup table. The units also spread evenly across the frame, so a trend from one end to the other is automatically covered, which is where systematic sampling often beats simple random sampling on precision.

The method has one serious weakness. If the frame repeats on a cycle whose length matches or divides k, every selected unit falls on the same phase of that cycle. Sampling every 7th day always lands on the same weekday. Sampling every 4th house in a block of 4 always lands on the corner plot. That is periodicity, and it produces bias no amount of extra sampling will fix.

Systematic sampling with interval k and a random start Ordered frame, N = 40 units, n = 8, so k = 5, random start r = 3 38131823283338 Green cells = selected units, spaced k = 5 apart Only r = 3 was random, everything else follows Units spread evenly across the whole frame Inclusion probability stays n/N = 8/40 = 0.20 Danger: a cycle of length 5 would bias this

Figure 1.1 One random start plus a fixed interval k selects the entire systematic sample.

2Sampling Setup: Enter Your Data and Design

Two or more starts let you estimate the variance directly.
Same seed plus same inputs always gives the same start and sample.
For example 7 for a daily register, 12 for monthly rows.

Measurement data (one group per box)

Group names are editable. Enter the values in frame order, because systematic sampling depends on the ordering.

3Results

Nothing has been calculated yet. Set your inputs above and click Draw Systematic Sample and Calculate.

4Interpretation of Results in Detail

Run the tool above. This section then fills in with your own numbers, group by group.

How to read each number

The sampling interval k. This is N divided by n, and it is the single most important number in a systematic design. It sets the physical spacing between units, so k = 10 on a 500 metre transect means a stop every 10 metres if units are one metre apart. When N is not an exact multiple of n, k is not a whole number, and rounding it down gives you slightly more units than requested while rounding up gives you fewer. The tool reports both the exact N/n and the integer k actually used, so the mismatch is never hidden.

The random start r. Only one random number is drawn in the entire design, and this is it. It must fall between 1 and k inclusive. If you fix r at 1 out of habit, the design stops being a probability sample, because unit positions are then determined rather than random, and no valid inference follows. Report r alongside the seed.

The achieved sample size. In linear systematic sampling the number of units you actually get is either floor((N - r)/k) + 1 or one more or less than the n you asked for. This is normal and not an error. If you need exactly n every time, switch to circular systematic sampling, which wraps around the end of the frame and always returns exactly n units.

The mean and standard deviation. The systematic sample mean is unbiased for the population mean whenever N is an exact multiple of n. When it is not, a small bias enters because the possible samples have slightly different sizes; circular systematic sampling removes that bias. The standard deviation describes the spread of individual units and does not shrink as n grows.

The three standard errors. A single systematic sample cannot give an unbiased variance estimate, because there is only one random draw. The tool therefore shows three estimators. The simple random approximation treats the sample as if it were simple random, which is the common default and is conservative when the frame carries a trend. The successive differences estimator uses the squared gaps between neighbouring selected units and is usually the better choice for an ordered frame. The between starts estimator appears only when you request two or more random starts, and it is the only genuinely unbiased option of the three.

The design effect and intraclass correlation. The design effect compares the systematic variance to the simple random variance. A value below 1 means systematic sampling gained you precision, which happens when the frame has a smooth trend and the even spread captures it. A value above 1 means you lost precision, which usually signals periodicity or clustering in the frame. The implied intraclass correlation rho is derived from the design effect and tells you how similar neighbouring units are.

The margin of error and confidence interval. The margin of error is the critical t value multiplied by the standard error you choose to trust, with the finite population correction applied when the sampling fraction exceeds 5 percent. Always say which variance estimator produced the interval you report, because the three can differ substantially.

The periodicity check. The tool compares your stated cycle length against k. If the cycle divides k exactly, or k divides the cycle, every selected unit lands on the same phase and the estimate is biased no matter how large n is. The fix is not more units, it is a different k, a random start within each cycle, or a switch to stratified sampling with the cycle as the stratum.

What the numbers cannot tell you. None of these statistics can detect a frame whose ordering is itself meaningless or corrupted. Systematic sampling assumes the order carries information, whether that is spatial sequence, time sequence or a register order. If the list was sorted by something irrelevant, systematic sampling degrades to a slightly awkward version of simple random sampling, and if it was sorted by the variable you are measuring, the even spread will look artificially precise.

5How to Write Your Results in Research

Use the templates below. Each one names the interval, the random start, the seed and the variance estimator, which is exactly what a reviewer will look for in a systematic design.

Run the tool to auto-fill these templates with your own values.

Rules that make a results paragraph pass review

  1. Name the design and the ordering. Write "systematic sampling with a random start from a frame ordered by distance along the transect". The ordering is part of the design, not background detail.
  2. Give N, n and k together. "Every 10th of 500 quadrats (k = 10, n = 50)" is complete; "every 10th quadrat" is not.
  3. State the random start explicitly. "Random start r = 7, drawn with seed 20250607" is the sentence that proves this was a probability sample and not a convenience walk.
  4. Say whether the design was linear or circular. These give different sample sizes and different bias properties, so the reader cannot reproduce your work without knowing which you used.
  5. Name the variance estimator. A confidence interval from the simple random approximation is not the same as one from successive differences. Say which one produced your numbers.
  6. Report the periodicity check. One sentence is enough: "the frame contains no cycle of length 10 or any divisor of 10". Reviewers of systematic designs always ask.
  7. Report the achieved n, not just the target n. If you asked for 50 and got 51, write 51 and explain the rounding in one clause.
  8. Report the design effect if you computed it. A deff below 1 is a genuine result worth stating, because it justifies the design choice.
  9. Match decimal places to the standard error. One more decimal than the SE is the usual convention; anything more is false precision.
  10. Archive the ordered frame. With systematic sampling the frame order is part of the method, so deposit the ordered list, not just the drawn IDs.

Common wording mistakes and the fix

Wrong wordingWhy it failsCorrect wording
"We sampled every 10th unit."No random start, so no probability design is described."We sampled every 10th unit (k = 10) after a random start of r = 7."
"We started at the first unit."A fixed start destroys the randomisation."The start was drawn at random from 1 to k using a seeded generator."
"Mean = 52.4, SE = 1.2"Does not say which of the three estimators produced the SE."Mean = 52.4 (SE = 1.2 by the successive differences estimator, 95 percent CI 49.9 to 54.9)."
"Systematic sampling was used, which is like random sampling."Glosses over the periodicity assumption."Systematic sampling was used; the frame was checked and contains no cycle matching k."
"n = 50 units were measured."Hides that linear systematic gave 51."51 units were measured, one more than the target of 50 because N/n was not an integer."

6Formulas Used

Sampling interval
k = N ÷ n  (rounded to a whole number)
kInterval between selected units; take every k-th unit down the ordered list
NNumber of units in the ordered sampling frame
nSample size you want; the achieved size can differ by one when N/n is not whole
RuleIf k rounds to 1 the design becomes a census; if k > N no sample can be drawn
Random start and selected units
r ~ Uniform{1 … k}   iᵢ = r + (j − 1)k
rThe one random number in the whole design; must lie between 1 and k
iᵢPosition in the frame of the j-th selected unit
jCounter from 1 up to the achieved sample size
CircularIn circular mode r comes from 1 to N and positions wrap using modulo N, giving exactly n units
Mean and sample standard deviation
ȳ = (Σ yᵢ) ÷ n   s = √[ Σ(yᵢ − ȳ)² ÷ (n − 1) ]
Systematic sample mean; unbiased when N is an exact multiple of n
yᵢMeasurement on the j-th selected unit, kept in frame order
sSpread of the individual units, in the original measurement unit
Standard error, simple random approximation
SE₋ₓₓ = (s ÷ √n) × √(1 − n÷N)
SE₋ₓₓDefault estimator; treats the systematic sample as if it were simple random
√(1−f)Finite population correction, applied when the sampling fraction n/N exceeds 5 percent
NoteConservative when the frame carries a trend, too small when the frame is periodic
Successive differences variance estimator
vₓₖ = [(1 − f) ÷ n] × [ Σ(yᵢ − yᵢ₋₁)² ÷ (2(n − 1)) ]
vₓₖEstimated variance of the mean using gaps between neighbouring selected units
yᵢ − yᵢ₋₁Difference between each selected unit and the one before it, in frame order
fSampling fraction n/N
UsePreferred for an ordered frame; SE is the square root of this variance
Between starts estimator (replicated systematic sampling)
v₋ₜ = Σ(ȳₕ − ȳ)² ÷ [m(m − 1)]
mNumber of independent random starts you used
ȳₕMean of the sub sample from the a-th random start
Mean of all the sub sample means
NoteThe only genuinely unbiased option; needs m of at least 2, and 4 or more is better
Design effect and intraclass correlation
deff = vₓₖ ÷ v₋ₓₓ   ρ = (deff − 1) ÷ (n − 1)
deffBelow 1 means systematic beat simple random; above 1 means it lost precision
ρIntraclass correlation; positive means neighbouring units resemble each other
nₑₗₗEffective sample size = n divided by deff
Margin of error and confidence interval
MOE = t*(α/2, n−1) × SE   CI = ȳ ± MOE
t*Critical t value at the chosen confidence level with n minus 1 degrees of freedom
SEWhichever estimator you report; name it in the paper
RuleWith m random starts, degrees of freedom become m minus 1 for the between starts interval
Periodicity check
Risk if  (c mod k = 0)  or  (k mod c = 0)
cLength of any repeating cycle in the ordered frame, for example 7 for weekdays
kYour sampling interval
FixChange k so it shares no factor with c, or randomise a fresh start inside every cycle

7How to Use This Tool

  1. Type your study area or project name so it appears in every template and export.
  2. Pick a sample dataset preset to see how the tool behaves, or go straight to your own data.
  3. Enter the population size N, that is the total number of units in your ordered frame.
  4. Enter the sample size n you want; the tool works out the interval k for you.
  5. Choose linear systematic for the classic every k-th rule, or circular systematic when you need exactly n units.
  6. Choose how many random starts to use. Two or more lets the tool estimate the variance directly.
  7. Enter any known cycle length in your frame so the periodicity check can warn you.
  8. Paste your measurements in frame order as comma separated numbers, one box per group, and rename each group.
  9. Or switch to the upload tab, choose a CSV or Excel file, then click the columns that should each become a cluster.
  10. Click Draw Systematic Sample and Calculate, read the results and the four plots, then download the Field Pack.

8Detailed Reference Tables

Table 8.1 Sampling interval k for common N and n

Population Nn = 20n = 30n = 50n = 100n = 200
100k = 5k = 3k = 2censusnot possible
250k = 13k = 8k = 5k = 3k = 1
500k = 25k = 17k = 10k = 5k = 3
1,000k = 50k = 33k = 20k = 10k = 5
5,000k = 250k = 167k = 100k = 50k = 25
10,000k = 500k = 333k = 200k = 100k = 50

Table 8.2 Periodicity risk by cycle length and interval

Frame typeTypical cycle cDangerous k valuesSafe k values
Daily register7 days7, 14, 21, 285, 8, 9, 11, 13
Monthly records12 months2, 3, 4, 6, 12, 245, 7, 11, 13
Housing block layout4 houses per block2, 4, 8, 123, 5, 7, 9
Crop planting rowsRow spacing repeatAny multiple of the repeatAny k coprime with the repeat
Shift roster3 shifts3, 6, 9, 124, 5, 7, 8
Unordered registernonenoneany k

Table 8.3 Which variance estimator to report

SituationEstimator to useWhy
Frame order is random or meaninglessSimple random approximationSystematic behaves like simple random, so the approximation is fair.
Frame carries a smooth trendSuccessive differencesUses neighbouring gaps, so it does not inflate the variance with the trend.
Frame may be periodicBetween starts, with m of at least 4The only estimator that captures periodic bias in its spread.
Sampling fraction above 5 percentAny, with the finite population correctionIgnoring the correction gives intervals that are too wide.
Very small n, below 10Between starts, or report a rangeBoth single sample estimators are unstable at small n.

Table 8.4 Design effect interpretation

Design effectMeaningBadgeAction
Below 0.8Systematic clearly beat simple randomGainKeep the design and state the gain in your paper.
0.8 to 1.2Roughly equivalent to simple randomNeutralKeep the design for its field convenience.
1.2 to 2.0Precision lost, neighbouring units resemble each otherLossCheck the ordering and consider a different k.
Above 2.0Serious loss, periodicity or strong clustering likelyInvestigateTest for a cycle, or switch to stratified sampling.

9Example Results (8 Worked Cards)

Example 1. Roadside vegetation transect, stems per plot

N = 500 plots, n = 50, k = 10, random start r = 7

confidence interval plot: Roadside vegetation transect, stems per plotPoint estimate with 95 percent confidence interval mean lowerupper CIMOE

Figure 9.1 Point estimate with its 95 percent confidence interval.

MeanSDSEMOE95% CIDesign effect verdict
52.4 stems8.101.092.1950.2 to 54.6Gain

What it means: The successive differences SE (1.09) is smaller than the simple random SE (1.15), giving deff = 0.90. The even spread captured the roadside gradient.

How to write it: Plots were selected by systematic sampling (k = 10, random start r = 7, seed 20250607). Mean density was 52.4 stems (SE = 1.09 by successive differences, 95 percent CI 50.2 to 54.6, n = 50 of 500).

Example 2. Hospital patient register, waiting minutes

N = 1,500 visits, n = 100, k = 15, r = 4

vertical bar chart: Hospital patient register, waiting minutesMeasured value by sampled unit, vertical bars mean sampled units in draw order

Figure 9.2 Measured value for each sampled unit, drawn as vertical bars against the mean line.

MeanSDSEMOE95% CIDesign effect verdict
37.6 minutes18.401.723.4134.2 to 41.0Neutral

What it means: deff = 0.98, essentially the same as simple random. The register order carried no useful trend, which is the common case for admission lists.

How to write it: Visits were selected systematically (k = 15, r = 4). Mean waiting time was 37.6 minutes (SE = 1.72, 95 percent CI 34.2 to 41.0, n = 100 of 1,500).

Example 3. Daily rainfall register sampled every 7 days

N = 364 days, n = 52, k = 7, r = 3

horizontal bar chart: Daily rainfall register sampled every 7 daysGroup comparison, horizontal barsA24.2B17.1C18.6D31.5E36.6F17.0value

Figure 9.3 Group totals compared side by side as horizontal bars.

MeanSDSEMOE95% CIDesign effect verdict
4.15 mm6.800.881.772.38 to 5.92Investigate

What it means: deff = 2.4. The cycle length of 7 exactly matches k, so every sampled day is the same weekday. This estimate is biased and must not be reported as is.

How to write it: A systematic design with k = 7 was abandoned because the frame is periodic on a 7 day cycle; a random start within each week was used instead.

Example 4. Soil cores along a slope gradient

N = 240 cores, n = 24, k = 10, r = 6

dot strip plot: Soil cores along a slope gradientRaw values, dot strip plot with the mean line mean each dot is one sampled unit

Figure 9.4 Every sampled unit shown as one dot, with the mean marked.

MeanSDSEMOE95% CIDesign effect verdict
1.42 percent carbon0.310.0520.111.31 to 1.53Gain

What it means: deff = 0.72. The slope produces a strong monotone trend, which is exactly the situation where systematic sampling outperforms simple random.

How to write it: Cores were taken systematically down the slope (k = 10, r = 6). Soil carbon averaged 1.42 percent (SE = 0.052 by successive differences, 95 percent CI 1.31 to 1.53).

Example 5. Household survey down a village register

N = 620 households, n = 62, k = 10, r = 2

line trend plot: Household survey down a village registerTrend across the ordered frame, line plot position in the frame

Figure 9.5 Values plotted in frame order to reveal any trend across the population.

MeanSDSEMOE95% CIDesign effect verdict
9,840 INR/month3,1203767529,088 to 10,592Neutral

What it means: deff = 1.04. Households are listed by street order, which correlates only weakly with income, so the two estimators agree closely.

How to write it: Households were selected systematically from the village register (k = 10, r = 2). Mean income was 9,840 INR (SE = 376, 95 percent CI 9,088 to 10,592, n = 62 of 620).

Example 6. Circular systematic when N is not a multiple of n

N = 437 units, n = 40, k = 11, circular, r = 293

histogram: Circular systematic when N is not a multiple of nDistribution of the sampled values, histogram value bins count

Figure 9.6 Frequency distribution of the sampled values, with a smoothed outline.

MeanSDSEMOE95% CIDesign effect verdict
18.60 units5.400.821.6616.94 to 20.26Neutral

What it means: Linear systematic would have returned 40 or 39 units depending on the start. Circular mode wrapped past the end of the frame and returned exactly 40 every time.

How to write it: Circular systematic sampling (Lahiri) was used with k = 11 and a random start of 293, returning exactly 40 units from a frame of 437.

Example 7. Replicated systematic with 4 random starts

N = 800 units, n = 40, k = 80, m = 4 starts

donut share chart: Replicated systematic with 4 random startsShare of the sample held by each partshare 42 percent of the sampleshare 27 percent of the sampleshare 19 percent of the sampleshare 12 percent of the sample100%

Figure 9.7 Share of the sample held by each part of the design.

MeanSDSEMOE95% CIDesign effect verdict
26.30 units7.201.314.1722.13 to 30.47Neutral

What it means: The between starts estimator gives an unbiased SE of 1.31 on 3 degrees of freedom. The interval is wider than the single sample version, which is honest rather than worse.

How to write it: Four independent random starts were used (k = 80, 10 units per start). The mean was 26.30 (SE = 1.31 from the between starts estimator, 95 percent CI 22.13 to 30.47, df = 3).

Example 8. Awkward case: interval larger than the frame allows

N = 30 plots, n = 8, k = 4, r = 3

box and whisker plot: Awkward case: interval larger than the frame allowsSpread by group, box and whisker plotgroup 1group 2group 3group 4value

Figure 9.8 Spread, quartiles and median for each group as box and whisker plots.

MeanSDSEMOE95% CIDesign effect verdict
14.50 units9.802.866.767.74 to 21.26Loss

What it means: deff = 1.32 and the interval spans a threefold range. With N = 30 there are only 4 possible systematic samples, so the design has very little randomisation left in it.

How to write it: Eight plots were selected systematically (k = 4, r = 3). The estimate of 14.50 (95 percent CI 7.74 to 21.26) is reported as provisional given the small number of possible samples.

10How to Collect Raw Data in the Field

10a. The 18 point field protocol for systematic sampling

Plan

  1. Order the frame before anything else. Systematic sampling only works on an ordered list, so decide the ordering rule first: distance along a transect, row order in a register, chronological order of visits.
  2. Check the ordering for a repeating cycle. Weekday cycles, block layouts, shift rosters and planting rows are the usual offenders. Write down the cycle length before you choose k.
  3. Compute the interval k = N / n and pick a k that shares no factor with the cycle. If the cycle is 7 days, avoid k of 7, 14 or 21.
  4. Draw the random start before travelling and record it with the seed. Starting at unit 1 is the single most common way a systematic design is invalidated.
  5. Draw a reserve list of 20 percent extra units from the positions between your selected units, so replacements do not disturb the spacing pattern.
Selected units spaced at interval k along a transectinterval k, identical every timeStart r is random, then the spacing is fixed● Solid = selected unit · ◯ Dashed = reserve unit between selectionsWalk the line once and stop at every mark. No searching for scattered coordinates.

Figure 10.1 Even spacing is the practical advantage of systematic sampling over simple random sampling.

Kit

  1. Carry the printed Field Pack with the selected positions, the interval k and the random start written at the top.
  2. Carry a measuring wheel, tape or GPS so the interval is measured, not paced. Pacing drift is what turns a systematic design into an approximate one.
  3. Carry a counter or tally clicker for register work, so you do not lose your place when counting down every k-th row.
  4. Carry two pencils and a waterproof sheet cover. Ink runs in rain and a lost sheet is a lost field day.

Locate

  1. Start at the drawn start position r, not at the beginning of the line. Count or measure to r first, then begin the interval.
  2. Measure the interval from the previous selected unit, never cumulatively from memory. Small errors compound into a drifting sample.
  3. If a selected position is inaccessible, mark it Not found and take the nearest reserve unit, then return to the original spacing for the next selection. Do not shift the whole sequence.
Keep the interval, do not shift the sequence✓ CorrectskippedInterval unchanged after the gap✗ WrongSequence shifted, spacing collapsed

Figure 10.2 A skipped unit must not shift the rest of the sequence; the interval stays fixed.

Collect

  1. Fill one datasheet row per selected unit, on the spot, and keep the rows in frame order because the successive differences estimator depends on that order.
  2. Record a true zero as 0, never as a blank. A blank means not measured; a zero means measured and none present.
  3. Record the position index as well as the unit ID. The frame position is what proves the interval was kept.
How to fill one datasheet rowUnit IDPositionGPSValueStatusNotesU-00373710.412, 76.9880FoundTrue zero, bare groundPosition 37 = start 7 plus 3 intervals of k = 10. Write the position, it proves the interval.Keep rows in frame order; the successive differences estimator needs the sequence intact.

Figure 10.3 A completed row, including the frame position and a true zero.

Zero versus blank versus not found0 = measured, noneCounts in the meanSymbol: ✓ measuredblank = not measuredBreaks the difference chainSymbol: — missingNot found = replacedUse the nearest reserveSymbol: ✗ replaced

Figure 10.4 Three records that must never be written the same way, especially in an ordered design.

Check

  1. Before leaving each unit, check the position number against the printed list. A one step slip early on shifts every later unit.
  2. At the end of the day, confirm the gaps between consecutive positions all equal k. Any gap that is not k should carry a written explanation.
  3. Photograph every sheet the same evening and enter the numbers within 48 hours, keeping the frame order intact.
How to record effortEffort block, filled once per unitStart 07:42 · End 08:05 · Duration 23 minObserver RP · Weather clear · Interval measured by tapePosition 37 · Gap from previous 10 · Sheet 3 of 5Why the gap column mattersProves the interval was keptDetects pacing drift immediatelyNeeded for the variance estimator

Figure 10.5 The gap column is unique to systematic sampling and is what makes the design auditable.

10b. Datasheet column specification

ColumnFormatExampleWhy it matters
Study areaText, header onceBhavani riverside transectLinks the sheet to the ordered frame.
DateYYYY-MM-DD2026-08-08Unambiguous across countries.
Interval kInteger, header once10The defining parameter of the design.
Random start rInteger, header once7Proves the design was randomised.
SeedInteger, header once20250607Lets anyone regenerate the same start.
Unit IDPrefix plus number from the toolU-0037Never renumber; ties the row to the draw.
Position in frameInteger 1..N37The audit trail for the interval.
Gap from previousInteger, should equal k10Instantly reveals a counting slip or drift.
Latitude, LongitudeDecimal degrees, 5 dp10.41207, 76.98811Allows a re-visit and a spatial check.
StatusFound / Not found / ReplacedFoundSeparates non-response from a true zero.
ValueNumber with unit in header0The measurement itself; 0 is a real value.
ObserverInitialsRPDetects observer effects.
Start, End timeHH:MM 24 hour07:42, 08:05Effort correction and quality control.
NotesFree text, shortTrue zero, bare groundExplains anything a number cannot.

Zero rule: write 0 for measured and none present; leave blank only when the unit was not measured at all. Order rule: never re-sort the rows, because the successive differences variance estimator reads them in sequence.

10c. Filled worked datasheet

#Unit IDPositionGapStatusValue (stems)ObserverNotes
1U-00077startFound48RPRandom start r = 7
2U-00171710Found55RP
3U-00272710Found0RPTrue zero, bare rock patch
4U-00373710Not foundRPInside fenced private plot
5R-0039392Replaced51RPNearest reserve used for U-0037
6U-00474710Found61SKInterval resumed from 37, not from 39
7U-00575710Found47SK
8U-00676710Found58SKUncertain, two stems may be one clump
9U-00777710Found44SK
10U-00878710Found53SK

What this sheet shows:

  • Row 1 records the random start explicitly, which is the detail reviewers check first.
  • The Gap column reads 10 all the way down, proving the interval was held.
  • Row 3 is a true zero written as 0, so it still contributes to the mean.
  • Rows 4 and 5 show a replacement taken from the nearest reserve, with the interval resumed from the original position 37, not from the replacement.
  • Row 8 flags an uncertain count in the notes rather than silently rounding it.

10d. Blank print ready datasheet

Download the blank sheet as a .csv file, open it in Excel, Google Sheets or LibreOffice, then print it. The Position and Gap columns are pre-labelled so the interval can be audited in the field, and the rows stay readable after a black and white photocopy.

11Which Sampling Method Should You Use?

Decision tree. Answer these in order and stop at the first yes.

  1. Is your frame ordered in a meaningful way, with no repeating cycle, and do you want an easy field rule? Use systematic sampling.
  2. Does the frame contain a repeating cycle that matches your interval? Use simple random sampling, or systematic with a fresh random start inside every cycle.
  3. Is the frame unordered or randomly ordered, and is a complete list available? Use simple random sampling.
  4. Does the population split into subgroups that clearly differ? Use stratified random sampling, and consider systematic sampling inside each stratum.
  5. Is N not an exact multiple of n and you need exactly n units? Use circular systematic sampling.
  6. Do you also need a valid variance estimate from one field visit? Use replicated systematic sampling with 4 or more random starts.
  7. Is there no list, but the population comes in natural groups you can list? Use cluster sampling.
  8. Is the population hidden or hard to reach, with no frame at all? Use respondent driven or snowball sampling, and accept that it is non-probability.
MethodNeeds a frame?Field costBias riskPrecision per unitField difficulty
SystematicYes, orderedLowLow unless periodicEqual or better than SRSEasy
Circular systematicYes, orderedLowLowSame as systematicEasy
Replicated systematicYes, orderedLowLowSlightly worse, but variance is estimableEasy
Simple randomYes, completeHigh travelLowBaselineMedium
StratifiedYes, plus strataMediumLowBetterMedium
ClusterList of clusters onlyLowMediumWorse, deff greater than 1Easy
ConvenienceNoVery lowVery highNot estimableVery easy

12Troubleshooting and Common Sampling Errors

My interval k is not a whole number

Cause: N is not an exact multiple of n. Fix: either round k and accept an achieved sample size one unit different from the target, or switch to circular systematic sampling, which always returns exactly n units.

I got 51 units when I asked for 50

Cause: normal behaviour of linear systematic sampling when N/n is not an integer and the random start is small. Fix: report the achieved n, not the target. It is not an error and does not need correcting.

The design effect came out above 2

Cause: strong similarity between neighbouring units, or periodicity in the frame. Fix: check whether any cycle length divides k. If it does, change k to a value coprime with the cycle, or use a fresh random start inside each cycle.

My team started at unit 1 instead of the random start

Cause: the printed pack was not consulted. Fix: this removes the randomisation, so the sample cannot support probability inference. Report it as a limitation, and print the start in large type at the top of the next Field Pack.

The gap column shows 9 and 11 instead of 10

Cause: pacing drift or a counting slip. Fix: small drift is tolerable if recorded, but note it in the methods. Use a measuring wheel rather than paces on the next round.

A selected unit was inaccessible

Cause: private land, water, hazard. Fix: mark it Not found, take the nearest reserve unit, and resume the interval from the original position, not from the replacement. Never shift the whole sequence.

The successive differences SE is much smaller than the simple random SE

Cause: the frame carries a smooth trend, which is exactly when systematic sampling gains precision. Fix: nothing is wrong. Report the successive differences interval and state the design effect as a genuine result.

The successive differences SE is much larger

Cause: neighbouring selected units differ sharply, often a sign of periodicity or a sawtooth pattern in the frame. Fix: investigate the ordering before reporting anything.

I cannot estimate the variance from one systematic sample

Cause: correct, there is only one random draw, so no unbiased estimator exists. Fix: use 4 or more random starts next time, and in the meantime report the successive differences estimate with a clear note that it is approximate.

My frame order was arbitrary, does systematic still work?

Cause: an alphabetical or ID-number ordering carries no information. Fix: the design is still valid and behaves like simple random sampling. Report the simple random approximation for the variance and say the ordering was arbitrary.

Uploaded CSV columns loaded with blank values

Cause: mixed text and numbers, or trailing empty rows. Fix: the tool skips non numeric cells automatically, but check the count shown on each group card matches what you expect.

13Assumptions, Bias and Limitations

  • Ordered frame assumption. The design assumes the list order is fixed and meaningful before sampling. Re-sorting the frame after the draw invalidates the whole procedure.
  • No periodicity assumption. This is the defining risk of systematic sampling. If the frame repeats on a cycle matching k, every unit lands on the same phase and the bias is unfixable by adding units.
  • Random start requirement. Only the start is random. A fixed start turns the design into a deterministic selection with no basis for inference.
  • Exact multiple assumption for unbiasedness. The linear systematic mean is strictly unbiased only when N is an exact multiple of n. Circular systematic sampling removes this restriction.
  • Variance is not identified from one sample. All single sample variance estimates for systematic designs are approximations. Only replicated starts give an unbiased estimate.
  • Trend sensitivity. A linear trend across the frame makes systematic sampling more precise than simple random; a sawtooth or cyclical pattern makes it much worse.
  • Non-response bias. Replacing inaccessible units with neighbours slightly disturbs the equal spacing and can introduce local bias if inaccessibility is patterned.
  • Measurement error. These formulas describe sampling variability only. A miscalibrated instrument shifts every value and no confidence interval will warn you.

14Conclusion

Run the tool to auto-fill this conclusion with your own numbers.

What systematic sampling gives you

Systematic sampling buys you two things that matter in real field work. First, it is dramatically easier to execute: one random number, then a fixed rule anybody on the team can follow without a map or a lookup table. Second, it spreads the sample evenly across the frame, so any smooth gradient from one end to the other is automatically represented. When the frame carries a trend, that even spread routinely produces a smaller standard error than simple random sampling for the same sample size, which is a genuine precision gain and worth stating explicitly in your paper.

What it costs you

The convenience is paid for in two places. The first is periodicity: if the ordered frame repeats on a cycle that matches your interval, every unit you select lands on the same phase and the estimate is biased in a way that more sampling cannot repair. The second is variance estimation: because only one random number is drawn, a single systematic sample gives no unbiased estimate of its own precision, and every standard error you compute from one sample is an approximation resting on an assumption about the ordering.

What to check before you publish

Confirm five things: the frame was ordered by a stated rule and archived in that order, the start was drawn at random and reported alongside the seed, the interval k shares no factor with any cycle in the frame, the achieved sample size is reported rather than the target, and the confidence interval names the variance estimator that produced it. Those five lines are the difference between a systematic design a reviewer accepts and one they send back.

What to do next

If precision matters more than convenience on the next round, run four random starts instead of one. You lose almost nothing in field effort, you keep the even spread, and you gain a properly unbiased variance estimate that makes the whole design defensible. If the design effect came out above 1.2, spend an hour examining the frame ordering before you collect another unit, because the ordering, not the sample size, is where the problem lives.

15Test Yourself

1. N = 800 and you want n = 40. What is the sampling interval k?

k = 800 / 40 = 20. You take every 20th unit after a random start between 1 and 20.

2. Why must the start be drawn between 1 and k, not 1 and N?

In linear systematic sampling a start above k would push the last selections past the end of the frame and shrink the sample. Only circular systematic sampling draws the start from 1 to N.

3. Your frame is a daily register and you choose k = 7. What goes wrong?

Every selected day is the same weekday, so a weekly cycle in the data is sampled at one fixed phase. The estimate is biased and no sample size fixes it.

4. N = 437 and n = 40. Which mode should you use and why?

Circular systematic, because 437 is not a multiple of 40. Linear systematic would return 39 or 40 units depending on the start; circular always returns exactly 40.

5. Your design effect is 0.75. Is that good or bad?

Good. A design effect below 1 means the systematic sample was more precise than a simple random sample of the same size, which happens when the frame carries a trend.

6. Why does one systematic sample give no unbiased variance estimate?

Because the entire sample follows from a single random number, so there is only one degree of randomisation. Estimating variability needs at least two independent random starts.

16Frequently Asked Questions

1. What is systematic sampling?

Systematic sampling selects every k-th unit from an ordered list after a random start between 1 and k, where k is N divided by n. Only the start is random; the rest of the sample follows from it automatically.

2. How do you calculate the sampling interval in systematic sampling?

Divide the population size N by the sample size n. If N is 500 and n is 50, then k is 10, so you take every 10th unit after a random start drawn between 1 and 10.

3. How do you do systematic sampling step by step?

Order the frame, compute k = N/n, draw a random start r between 1 and k, then select units r, r+k, r+2k and so on to the end of the list. Check the frame for a repeating cycle before you begin.

4. Why must the start be random in systematic sampling?

The random start is the only randomisation in the design. Starting at unit 1 by habit makes the selection deterministic, so there is no probability basis for a confidence interval.

5. What is periodicity in systematic sampling?

Periodicity is a repeating cycle in the ordered frame. If the cycle length matches or divides k, every selected unit falls on the same phase of the cycle and the estimate becomes badly biased.

6. What is circular systematic sampling?

Circular systematic sampling, due to Lahiri, draws the start from 1 to N and wraps positions around the end of the frame using modulo N. It always returns exactly n units even when N is not a multiple of n.

7. Is systematic sampling better than simple random sampling?

It is usually equal or better when the frame carries a smooth trend, because the even spread captures the gradient. It is worse when the frame is periodic, and it is much easier to run in the field either way.

8. Is systematic sampling a probability sampling method?

Yes, provided the start is drawn at random. Every unit has the same inclusion probability n/N. Without a random start it is not a probability sample at all.

9. What are the advantages of systematic sampling?

It needs only one random number, it is fast and simple in the field, it spreads units evenly across the frame, it works without a full list in advance, and it often gains precision when a trend is present.

10. What are the disadvantages of systematic sampling?

It is vulnerable to periodicity, it gives no unbiased variance estimate from a single sample, it needs an ordered frame, and the achieved sample size can differ from the target when N is not a multiple of n.

11. How do you estimate the variance of a systematic sample?

Use the successive differences estimator on an ordered frame, the simple random approximation when the ordering is arbitrary, or the between starts estimator when you used two or more independent random starts.

12. Why can a single systematic sample not give an unbiased variance?

Because the whole sample derives from one random number. Estimating variability requires at least two independent random draws, which is why replicated systematic sampling uses several starts.

13. What is replicated systematic sampling?

Replicated or interpenetrating systematic sampling splits the sample across m independent random starts, each with interval m times k. The spread of the m sub sample means gives an unbiased variance estimate.

14. What happens if N is not a multiple of n?

The interval k is not a whole number. Rounding it gives an achieved sample size one unit above or below the target. Circular systematic sampling avoids this and always returns exactly n.

15. What is the design effect in systematic sampling?

The design effect compares the systematic variance to the simple random variance. Below 1 means systematic gained precision; above 1 means it lost precision, usually because neighbouring units resemble each other.

16. When should you not use systematic sampling?

Avoid it when the frame has a repeating cycle you cannot break, when the ordering was created using the variable you are measuring, or when you need a strictly unbiased variance estimate from a single visit.

17. How do you handle an inaccessible unit in systematic sampling?

Mark it Not found, take the nearest reserve unit, then resume the interval from the original position rather than from the replacement. Shifting the whole sequence destroys the even spacing.

18. Can you use systematic sampling within strata?

Yes, and it is a common and strong combination. Stratify first on the factor that drives the variance, then run an independent systematic sample with its own random start inside each stratum.

19. How do you report systematic sampling in a research paper?

State the ordering rule, N, n and k, the random start and seed, whether the design was linear or circular, the achieved sample size, the periodicity check, and which variance estimator produced your confidence interval.

20. What is the difference between systematic and stratified sampling?

Systematic sampling uses a fixed interval on one ordered list. Stratified sampling divides the population into subgroups and samples within each. Stratified needs subgroup information; systematic only needs an order.

17Cite This Tool

APA: StatsUnlock. (2026). Systematic sampling calculator [Online tool]. https://statsunlock.com/systematic-sampling-calculator/
MLA: StatsUnlock. "Systematic Sampling Calculator." StatsUnlock, 2026, statsunlock.com/systematic-sampling-calculator/.
BibTeX: @misc{statsunlock_sys_2026, title={Systematic Sampling Calculator}, author={{StatsUnlock}}, year={2026}, howpublished={\url{https://statsunlock.com/systematic-sampling-calculator/}}}
In text methods sentence: Units were selected by systematic sampling with a random start using the StatsUnlock systematic sampling calculator (interval, start and seed recorded in the supplementary data).

18Related Tools

19Glossary of Terms

TermMeaning
Achieved sample sizeThe number of units actually selected, which can differ from the target n in linear systematic sampling.
Circular systematic samplingA variant that wraps around the end of the frame, always returning exactly n units.
Design effectRatio of the variance under the actual design to the variance under simple random sampling.
Effective sample sizen divided by the design effect; the equivalent simple random sample size.
Finite population correctionThe factor √(1 − n/N) that shrinks the standard error when a large share of N is sampled.
Frame orderThe fixed sequence of units in the list; part of the design in systematic sampling.
Inclusion probabilityThe chance a given unit enters the sample; equal to n/N under systematic sampling with a random start.
Interpenetrating samplesIndependent sub samples from separate random starts, used to estimate variance.
Intraclass correlationHow similar neighbouring units are; drives the design effect.
Linear systematic samplingThe classic every k-th rule with a random start between 1 and k.
Margin of errorHalf the width of a confidence interval, equal to the critical value times the standard error.
PeriodicityA repeating cycle in the frame that can align with the interval and bias the sample.
Random startThe single random number that determines the whole systematic sample.
Replicated systematic samplingUsing several independent random starts so the variance becomes estimable.
Reserve listExtra units drawn in advance, used to replace inaccessible selections.
Sampling fractionn divided by N, the share of the population measured.
Sampling interval kN divided by n; the fixed spacing between selected units.
SeedA number that fixes a pseudo-random sequence so the start can be reproduced exactly.
Successive differences estimatorA variance estimator built from the squared gaps between neighbouring selected units.
Standard errorExpected variability of the sample mean across repeated samples.

20References

  1. Cochran, W. G. (1977). Sampling Techniques (3rd ed.), Chapter 8: Systematic Sampling. Wiley. Publisher page
  2. Madow, W. G., & Madow, L. H. (1944). On the theory of systematic sampling, I. Annals of Mathematical Statistics, 15(1), 1-24. https://doi.org/10.1214/aoms/1177731312
  3. Madow, W. G. (1949). On the theory of systematic sampling, II. Annals of Mathematical Statistics, 20(3), 333-354. https://doi.org/10.1214/aoms/1177729988
  4. Lahiri, D. B. (1951). A method of sample selection providing unbiased ratio estimates. Bulletin of the International Statistical Institute, 33(2), 133-140. WorldCat record
  5. Yates, F. (1948). Systematic sampling. Philosophical Transactions of the Royal Society A, 241(834), 345-377. https://doi.org/10.1098/rsta.1948.0023
  6. Gautschi, W. (1957). Some remarks on systematic sampling. Annals of Mathematical Statistics, 28(2), 385-394. https://doi.org/10.1214/aoms/1177706966
  7. Wolter, K. M. (1984). An investigation of some estimators of variance for systematic sampling. Journal of the American Statistical Association, 79(388), 781-790. https://doi.org/10.1080/01621459.1984.10477095
  8. Wolter, K. M. (2007). Introduction to Variance Estimation (2nd ed.). Springer. https://doi.org/10.1007/978-0-387-35099-8
  9. Bellhouse, D. R., & Rao, J. N. K. (1975). Systematic sampling in the presence of a trend. Biometrika, 62(3), 694-697. https://doi.org/10.1093/biomet/62.3.694
  10. Iachan, R. (1982). Systematic sampling: a critical review. International Statistical Review, 50(3), 293-303. https://doi.org/10.2307/1402496
  11. Murthy, M. N., & Rao, T. J. (1988). Systematic sampling with illustrative examples. In Handbook of Statistics, Vol. 6, 147-185. Elsevier. https://doi.org/10.1016/S0169-7161(88)06010-9
  12. Lohr, S. L. (2021). Sampling: Design and Analysis (3rd ed.). CRC Press. https://doi.org/10.1201/9780429298899
  13. Thompson, S. K. (2012). Sampling (3rd ed.). Wiley. https://doi.org/10.1002/9781118162934
  14. Sarndal, C. E., Swensson, B., & Wretman, J. (1992). Model Assisted Survey Sampling. Springer. https://doi.org/10.1007/978-1-4612-4378-6
  15. Kish, L. (1965). Survey Sampling. Wiley. Archive record
  16. Levy, P. S., & Lemeshow, S. (2008). Sampling of Populations: Methods and Applications (4th ed.). Wiley. https://doi.org/10.1002/9780470374597
  17. Elzinga, C. L., Salzer, D. W., & Willoughby, J. W. (1998). Measuring and Monitoring Plant Populations. BLM Technical Reference 1730-1. BLM library
  18. Gregoire, T. G., & Valentine, H. T. (2007). Sampling Strategies for Natural Resources and the Environment. Chapman and Hall. https://doi.org/10.1201/9780203498880
  19. Krebs, C. J. (1999). Ecological Methodology (2nd ed.). Benjamin Cummings. WorldCat record
  20. Marsaglia, G. (2003). Xorshift RNGs. Journal of Statistical Software, 8(14), 1-6. https://doi.org/10.18637/jss.v008.i14
Last updated · Generated by STATS UNLOCK · statsunlock.com
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Important Plots & Charts

Most Popular