Skip to content

A collection of quantile and quadrature routines for Z, Chi^2, and Student's T hypothesis tests

License

Notifications You must be signed in to change notification settings

wjakob/hypothesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A collection of quantile and quadrature routines for Z, Chi^2, and Student's T hypothesis tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages