10-28-2008 09:14 AM
I'd like to test a data set for normality before running a bunch of stats on it, but can't find much on this topic. Can anyone suggest a test for normality?
I haven't seen anything, so I'm trying to write my own test VI. My sample size is small (n=10) so the Shapiro-Wilk test seems like the best option. Finding W from the correlation between the samples' values vs order rank is possible, but I don't know how to get a proper P value from W. Maybe a W-P lookup table exists that I can use, but I haven't found it yet.
Any help is greatly appricaited. Thanks!
-Bayen
10-29-2008 02:22 PM - edited 10-29-2008 02:26 PM
There is not an out-of-the-box normality test in LabVIEW... one option would be to compare the histogram of a normal distribution with a histogram of your data.
10-29-2008 02:25 PM
10-29-2008 02:29 PM
10-29-2008 02:48 PM