Documentation
¶
Overview ¶
Package stats holds the small deterministic statistics skillet tools need. It is a faithful port of the pure functions in cc-thinking-skills' evals/lib/stats.js. Pure: values in, values out, no I/O.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func McNemar ¶ added in v0.3.0
McNemar runs McNemar's test over paired before/after binary outcomes: improved is the count that flipped fail→pass, regressed the count that flipped pass→fail. It returns the continuity-corrected χ² statistic and whether it clears the χ²(1, .05) critical value. With no discordant pairs there is no evidence of a difference. Pure.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.