Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 535 Bytes

File metadata and controls

8 lines (7 loc) · 535 Bytes

The program utilizes Tkinter to provide a GUI for analyzing where shots have hit a target. It uses statistical methods to estimate how successful a given test, like hitting 9 shots out of 10, will be. The analysis typically provides a far more accurate assessment than simply using the binomial theorem based on the accuracy, as well as error bounds. image

How To Use

GUI (default)

python accuracy.py

CLI

python accuracy.py --cli