cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Get the free JMP Student Edition for qualified students and instructors at degree granting institutions.
Choose Language Hide Translation Bar
View Original Published Thread

t-test

Adias
Level II

Hello,

Can I get good performance in the t-test for mean comparisons, even if the normality assumption is violated ? (This in the case of comparison of two populations that have similar number of observations for each one (n = 41 and n = 42). I need some references to support this.

Thank you

Adias 

1 ACCEPTED SOLUTION

Accepted Solutions


Re: t-test

The curvature in the normal quantile plot suggests that there is some skew in the population, one of the reasons that the goodness of fit test rejects the normal distribution model. The skew is not that strong, though, so the sample means are approximately normally distributed after all and the t test should be valid.

Here is a reference for estimating the minimum sample size necessary to assure that the sum of the random variables is normally distributed:

Sugden, R. A., et al. (2002) "Cochran's Rule for Simple Random Sampling,
J of the Royal Statistical Society, Series B, Statistical Methodology. 62(4):787-793.

View solution in original post

9 REPLIES 9


Re: t-test

If the populations are not normally distributed, the assumption that the sample means may not be violated if the sample size is large enough. The Central Limit Theorem says that the sum of N random variables is normally distributed for large N. The size N depends on the skewness of your population.

In what way and to what extent are the populations not normal?

Adias
Level II


Re: t-test

Thank you,

"In what way and to what extent are the populations not normal?"

By plot distribution and Shapiro-Wilk W test (alpha = 0.05). In the figure attached there is an example of the plot and test for one population.

 

 


Re: t-test

The curvature in the normal quantile plot suggests that there is some skew in the population, one of the reasons that the goodness of fit test rejects the normal distribution model. The skew is not that strong, though, so the sample means are approximately normally distributed after all and the t test should be valid.

Here is a reference for estimating the minimum sample size necessary to assure that the sum of the random variables is normally distributed:

Sugden, R. A., et al. (2002) "Cochran's Rule for Simple Random Sampling,
J of the Royal Statistical Society, Series B, Statistical Methodology. 62(4):787-793.

Adias
Level II


Re: t-test

Thank you Mr Markbailey for your attention!


Re: t-test

@Mark_Bailey, thanks for providing this interesting reference. Based on your understanding of this article, are G1 and gamma1 one and the same (equal to Fisher's measure of Skewness)? Can you confirm that this is the same statistic that JMP calculates in 'Summary Statistics' (in Analyze>Distribution, for example)?


Re: t-test

I don't know the answer so I looked it up. I am using the definitions that I found in a Wikipedia reference.

 

Capture.PNG

 

JMP Help for Summary Statistics provided by Distribution platform:

 

Capture.PNG

 

SAS/STAT help for PROC CALIS:

 

Capture.PNG

 

Wikipedia source about G1:

 

Capture.PNG


Re: t-test

thanks Mark!
Peter_Bartell
Level VIII


Re: t-test

Without an operational definition of 'good performance' it's impossible to answer your question. If all else fails I suggest any one of the non-parametric tests for testing the hypothesis for two population means. This way you don't have to come up with a definition for 'good performance' and you aren't necessarily tied to any distributional assumptions.


Re: t-test

You could also perform the t test with the Oneway platform (Fit Y by X) and then bootstrap the difference with JMP Pro.