Nonparametric Hypothesis Tests

  • Context: Undergrad 
  • Thread starter Thread starter Conservation
  • Start date Start date
  • Tags Tags
    statistic t-test
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Conservation
Messages
63
Reaction score
0
TL;DR
Nonparametric alternatives to unpaired t-tests given that the sample distributions are different
Hello everyone,

Say you have two sample distributions that are known to be two different distributions (one randomly drawn from a Poisson distribution, other randomly drawn from an uniform distribution). Given that you know the distributions are not going to be normal, a two-sample t-test would not be appropriate here. What are some non-parametric alternatives for comparing sample means in a scenario like this? I was thinking Mann-Whitney U test, but the Mann-Whitney test assumes that the two distributions are the same and measures shift. In this case, we would know that the two distributions are different.

Thanks!
 
on Phys.org
@Ygggdrasil Thank you; permutation test seems to be what I'm looking for. I'm probably going to use Two-Sample Fisher-Pitman Permutation Test implemented in R; however, I'm finding conflicting reports on whether permutation test assumes equality of variance when used as a test of different means. Do you know whether I can assume non-homogeneous variances for permutation tests?
 
This paper (https://www.ncbi.nlm.nih.gov/pubmed/15077763, sorry behind a paywall) seems to suggest that Fisher-Spearman permutation test is sensitive to differences in variances; however, I've also read other literature suggesting that this is not the case for permutation tests.