DemocracyDevelopers / colorado-rla

Colorado Risk-Limiting Audit (RLA) software – developed to support risk-limiting post-election audits of election outcomes.
Other
0 stars 0 forks source link

move scalingFactor into math.Audit #117

Open vteague opened 4 months ago

vteague commented 4 months ago

A function computing a scalingFactor is part of ComparisonAudit - it helps enlarge some of the sample estimates, which is convenient in some circumstances. It's just a static function. Since the same function is also required in Assertion.java, it makes a lot more sense to shift it into math.Audit.