Metadata-Version: 2.1
Name: multiHGtest
Version: 0.0.4
Summary: Testing for differences in survival using hypergeometric P-values
Home-page: https://github.com/alonkipnis/higher-criticism-test
Download-URL: https://github.com/alonkipnis/higher-criticism-test
Author: Alon Kipnis
Author-email: alonkipnis@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# multiHGtest -- Testing for differences in survival using multiple hypergeometric P-values. 

This packages implements the test for survival data described in 
[1] Galili, Kipnis and Yakini. Survival analysis with sensitivity to possible rare and weak differences. 2023. 


## Methods
``hypergeom_test``      Exact hypergeometric test
``HCHGtest``            Use higher criticism of hypergeometric P-values to test the significant 
``FisherHGtest``        Fisher combination test of hypergeometric P-values
``testHG_dashboard``    Illustrates statistics associated with the HG P-values

