Skip to content

Graphical and numerical methods for statistical comparison of two samples

Notifications You must be signed in to change notification settings

Gabriel-Kissin/Comparing-samples-statistically

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Comparing samples statistically

The aim of this notebook is to provide some basic graphical and numerical methods for statistical comparison of two samples.

Because a picture is worth a thousand words, here is one example of what the notebook creates, to compare data from Normal and Uniform distributions:

Normal vs Uniform distributions

And numerical statistical tests for differences, for the same two samples:

                      test     statistic    pvalue  statistic_location     statistic_sign
Ttest_indResult  Ttest_ind -4.313415e-15  1.000000                 NaN                NaN  
BartlettResult    Bartlett -3.327339e-13  1.000000                 NaN                NaN  
KstestResult        Kstest  6.200000e-02  0.006253           -0.824785               -1.0 

See the notebook for one-sided tests and for detailed descriptions of all the features on the plots above.

About

Graphical and numerical methods for statistical comparison of two samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published