group_statistics_cumulatives#

test_completed_cumulatives(data, method='AndersonDarling', offset=None, plot=False)[source]#

Test if data sets have the same number / intensity distribution by adding max intensity counts to the smaller sized data sets and performing a distribution comparison test

test_completed_inverted_cumulatives(data, method='AndersonDarling', offset=None, plot=False)[source]#

Test if data sets have the same number / intensity distribution by adding zero intensity counts to the smaller sized data sets and performing a distribution comparison test on the reversed cumulative distribution

weights_from_precentiles(intensities, percentiles=[25, 50, 75, 100])[source]#