docs: document SPC methods and Grubbs' test in module overviews#113
Merged
docs: document SPC methods and Grubbs' test in module overviews#113
Conversation
Extend kstats-core and kstats-hypothesis module overviews with user documentation for recently added statistical process control methods and the Grubbs outlier test. - core/overview: Process Capability (Cp, Cpk, Pp, Ppk), Shewhart x-bar R/S charts, CUSUM, EWMA, and Western Electric Rules — each with intuition, formula, Korro-linked example, and tuning guidance. - hypothesis/overview: Grubbs' test section with two-sided, one-sided (GREATER/LESS), and iterative variants. - Korro samples in both core and hypothesis DocsSamples for all new sections, with values from existing unit tests. - Translations mirrored in docs/de. - Fix stale /getting-started/quick-start links to /quickstart (page was renamed earlier; broken-links check flagged them). Refs: #34, #35, #36, #37, #38, #65
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Extend
kstats-coreandkstats-hypothesismodule overviews with userdocumentation for the recently implemented SPC methods (process capability,
Shewhart x̄-R/S, CUSUM, EWMA, Western Electric Rules) and the Grubbs
outlier test. Each section has intuition, formula (in an
Accordion),a Korro-linked example, and tuning guidance. German translations mirrored
in
docs/de. Also fixes four stale/getting-started/quick-startlinks(page was renamed to
/quickstart).Refs: #34, #35, #36, #37, #38, #65
Testing
./gradlew :kstats-core:jvmTest :kstats-hypothesis:jvmTest korro+mint validateandmint broken-linksindocs/.Checklist