Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/evals / / PairedSignificance

Interface: PairedSignificance

Defined in: packages/evals/src/stats.ts:125

Result of pairedPassSignificance.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
improvedreadonlynumberbaseline-fail -> current-pass count (the improvements).packages/evals/src/stats.ts:131
pairsreadonlynumberCases present in BOTH runs (the paired sample).packages/evals/src/stats.ts:127
pValuereadonlynumberTwo-sided p-value from McNemar's test (continuity-corrected normal approximation over the discordant pairs). 1 when there are no discordant pairs - identical outcomes are never "significant".packages/evals/src/stats.ts:137
regressedreadonlynumberbaseline-pass -> current-fail count (the regressions).packages/evals/src/stats.ts:129