games202-hw/hw2/prt/ext/hypothesis
ink-soul f449127608 init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
..
LICENSE init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
README.md init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
cephes.h init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
hypothesis.h init commit ready for homework framwork 2023-06-16 09:48:28 +08:00

README.md

hypothesis.h

A collection of quantiles and utility functions for running Z, Chi^2, and Student's T hypothesis tests

A variety of quantile functions are needed to perform statistical hypothesis tests, but these are missing from the C++ standard library. This compact header file-only library contains the most important quantiles; it is mostly a wrapper around a C++ port of the relevant functions from the Cephes math library.