I have two samples, and in performing a Kolmogorov–Smirnov test the sample distributions are shown to be significantly different from each other.
In knowing that the two sample distributions are different, can I perform a t-test and expect valid results?
If not, is there another test that would provide better results to test central tendency between those two samples given the results of the aforementioned K-S test?
edit
The samples being tested are in essence A/B testing, and the motivation is to find their expected value per test arm category.
Unfortunately, the sample size is unavoidably small; 40 to 60 observations and are not normal.
When running both a t-test and k-s test the sample test are significant, but given the nature of the data, can anything be inferred as to each test arms respective central tendencies?
scipy.stats.normalteststrong indicates that some of them are not. – JLuu Jul 22 '21 at 15:17