# Repeatability ## MicroSim spec - **Recommended sim type:** variance / measurement - **Microsimmability score:** 76/100 - **Layout:** drawing region (canvas) on top; control region (sliders/buttons) below. ### Parameters (tunable controls) - `Measurement noise` - `Repetitions` - `Instrument drift` ### What animates Repeated measurements scatter around a value; the spread narrows as noise drops and repetition count rises. ### Learning objective Relate measurement repeatability to noise and sample count. ## Links (Wikipedia order) <!-- injected from _registry/childlinks/Repeatability.json (2026-07-30T02:09:12Z) --> `Absolute_difference` · [[Accuracy_and_precision]] · `Correlation` · `Monitoring_(medicine)` · `Reliability_(statistics)` · `Reproducibility` · `Standard_deviation` · [[Wayback_Machine]] > p5.js MicroSim stub · part of System Quality Attributes · [Wikipedia source](https://en.wikipedia.org/wiki/Repeatability) > Relation: subfield of system quality attributes. ## Concept summary Repeatability is the closeness of agreement between successive measurements under unchanged conditions. ## Build checklist - [ ] Claim it: set `status: in-progress` + `lease` + `leased_at` - [ ] Write the child page explaining the concept (tie it back to system quality attributes) - [ ] Finalize parameter ranges and defaults - [ ] Implement the p5.js sketch (drawing + control regions) - [ ] Add caption + the learning objective on the page - [ ] Set `status: done` ## p5.js sketch ```javascript // MicroSim: Repeatability let controls = {}; function setup() { // createCanvas(...); create sliders for the parameters above. } function draw() { // background(...); read controls; render variance / measurement; respond live. } ``` --- Back to System Quality Attributes · Wikipedia: [Repeatability](https://en.wikipedia.org/wiki/Repeatability) --- <!-- SEMIOTIC-PROFILE:START --> ## Semiotic profile > *The semiotic universals this article invokes, machine-derived from the crossref — **unverified** (born so). Populated 2026-07-06 for the Systems room.* **Universals (4):** 🟢 measurement (7) · 🟡 system (5) · 🟢 noise (3) · 🟢 sampling (1) **Enter by sign:** Systems Semiotic Gateway · Alphabetum · Icon Registry · ← Systems Portal <!-- SEMIOTIC-PROFILE:END --> ## Wikipedia : Wikitube **Strict pair:** [Wikipedia](https://en.wikipedia.org/wiki/Repeatability) : [Wikitube](https://en.wikitube.io/wiki/Repeatability) ## Previous hub tags Tree parent: [[Reliability_engineering]]. Legacy hubs: none. --- *Sources: 1 legacy note. Minted wave 1, 2026-07-30 (v1.6 order).*