Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.19 KB

stat_tests.rst

File metadata and controls

39 lines (26 loc) · 1.19 KB

~valjean.gavroche.stat_tests – Statistical tests for datasets comparisons

valjean.gavroche.stat_tests

Introduction

The available statistical tests are:

  • Student's t-test, to compare two datasets, in the ~.student module;
  • The χ² test, for comparing distributions (spectra or meshes), in the ~.chi2 module;
  • The Bonferroni and Holm-Bonferroni tests, to solve the problem of multiple hypothesis tests, in the ~.bonferroni module.

Modules

~.student — Student's t-test

valjean.gavroche.stat_tests.student

~.chi2χ2 test

valjean.gavroche.stat_tests.chi2

~.bonferroni – Multiple hypothesis tests

valjean.gavroche.stat_tests.bonferroni