cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
NLaSpina
Level I

Homogeneity of variance & non-parametric tests

Is homogeneity of variance required for running a Wilcoxon or Kruskal-wallis test? If so, what test can I run if my data fails this assumption?

 

My objective is to see if there is a statistically significant difference between "seasons" (7 levels, i.e. - May 2011, August 2011, etc.) in terms of standardized abundance (n/m^3). We sampled the same location each month and year.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Homogeneity of variance & non-parametric tests

Just to be clear, the non-parametric tests address any difference in populations without reference to a specific parameter, such as the location, shape, or scale. So there is no assumption of homoscedasticity.

View solution in original post

4 REPLIES 4

Re: Homogeneity of variance & non-parametric tests

Just to be clear, the non-parametric tests address any difference in populations without reference to a specific parameter, such as the location, shape, or scale. So there is no assumption of homoscedasticity.

NLaSpina
Level I

Re: Homogeneity of variance & non-parametric tests

Perfect, thank you!
kjn4hf
Level I

Re: Homogeneity of variance & non-parametric tests

Hey Mark,

 

Does this stand true for the Hodges-Lehmann estimate and its corresponding confidence interval that is produced using the Wilcoxon Each Pair test? 

 

Thanks,

Re: Homogeneity of variance & non-parametric tests

It bothered me that I did not know how the confidence interval is formulated, so I looked at the documentation. It is not in one of the JMP guides, but it is in the SAS/STAT documentation. The asymptotic method is probably what JMP uses. It does not assume anything about the distribution of the response variables. It assumes that the pair-wise differences are normally distributed for large N. The other method (exact limits) does not assume a distribution model for the response.

Recommended Articles