|
|
Laboratory of Synapse Structure and Function | |||||
| About | Anatomy | Links | Publications | Search | Tools | |
JCF 1/15/01
KSTAT is a Windows (Win32) application for visually and statistically
comparing two data sets.
Download Version 0.5a (39K zip) [Last update: Jan 15, 2001]
When two data sets are loaded, the background will indicate rejection (red) or acceptance (green) of the null hypothesis that the data sets come from the same distribution, using a significance level of 0.005. Detailed information on the statistical test can be obtained from the Statistics menu item.
By default, KSTAT applies the Kolmogorov-Smirnov test to compare distributions. The Kolmogorov-Smirnov distance is the maxmimum value of the absolute difference of the cumulative distributions of the unbinned data sets. For more about this test see Numerical Recipes in C, Section 14.3 pp. 623-626. An alternative distance measure can be used to compare the data sets by selecting Kuiper's test from the Options Menu. Kuiper's distance is the sum of the absolute values of the maximum positive and negative differences between cumulative distributions. (See Numerical Recipes in C pp. 626-627.) While the Kolmogorov-Smirnov statistic is good at finding shifts between distributions, especially changes in the median value, it is not so good at finding spreads that affect the tails of a distribution but leave the median unchanged. Kuiper's statistic can provide a better test for spreads.
| Last Updated: 1/15/01 |