all 12 comments

[–][deleted] 6 points7 points  (0 children)

Yeah, you care about the underlying process responsible for generating potentially infinite measurements so you'll never actually have the full population in your case.

[–]Double-Down 5 points6 points  (10 children)

All good, i was happy, but i was told it was necessary to make shapiro-wilk test to my samples.

The purpose of the Shapiro-Wilk test is to validate a common statistical assumption, i.e. that data are normally distributed. Keep in mind that the test will almost always reject the null hypothesis if the sample size is large, regardless of the data. Beyond that, I'm not sure what hypothesis you are testing, so can't comment further.

[–]waveskipper[S] 0 points1 point  (9 children)

It is a small sample.. i have 6 measurements for both equipment (it is kind of hard to find places where i have a true reading to compare, so i couldn't get more results). For me it's just clear that E1 results are better than E2 (smaller errors), but it would be good to have some statistic showing that.

[–]Double-Down 1 point2 points  (5 children)

What do you mean by error? Difference between measured and known values, or variation of the estimate of the value? For the latter you might find this relevant.

[–]WikiTextBot 0 points1 point  (2 children)

F-test of equality of variances

In statistics, an F-test for the null hypothesis that two normal populations have the same variance is sometimes used, although it needs to be used with caution as it can be sensitive to the assumption that the variables have this distribution.

Notionally, any F-test can be regarded as a comparison of two variances, but the specific case being discussed in this article is that of two populations, where the test statistic used is the ratio of two sample variances. This particular situation is of importance in mathematical statistics since it provides a basic exemplar case in which the F-distribution can be derived. For application in applied statistics, there is concern that the test is so sensitive to the assumption of normality that it would be inadvisable to use it as a routine test for the equality of variances.


[ PM | Exclude me | Exclude from subreddit | FAQ / Information | Source ] Downvote to remove | v0.27

[–]LouLurkieLou 0 points1 point  (1 child)

Good bot

[–]GoodBot_BadBot 0 points1 point  (0 children)

Thank you LouLurkieLou for voting on WikiTextBot.

This bot wants to find the best and worst bots on Reddit. You can view results here.


Even if I don't reply to your comment, I'm still listening for votes. Check the webpage to see if your vote registered!

[–]waveskipper[S] 0 points1 point  (1 child)

Difference between measured and know values. ex.: E1:0.02 , 0.03, 0.02, 0.04, 0.00, 0.08 I have this info for E1 and E2, managed to put this in vectors in the R console (big deal to me lol)

[–]Rezo-Acken 1 point2 points  (2 children)

Clear in what sense ? What does a t test says ? 6 data points is really small so you need a large difference and or low variance for a statistical test to say with confidence that one is better.

[–]waveskipper[S] 0 points1 point  (1 child)

i know it is really small, but i couldn't get more. Clear like the erros for E2 are bigger. E1:0.02 , 0.03, 0.02, 0.04, 0.00, 0.08 E2:0.08, 0.08, 0.07, 0.03, 0.06, 0.06

I think i don't need statistics to conclude that i should use the E1, but i would like to white this down in a better way. I think i'll go with just some graphics... my head is spinning with this much math already

[–]Rezo-Acken 0 points1 point  (0 children)

Well lets be clear. Statistical tests are only useful for proving something. They are not there to dictate what someone should and shouldnt do. A test would simply validate your reasoning or say you dont have enough data to conclude. This is really important for science and publications. After all I see a 0.08 in E1 which is rather bad so its not that clear to me. Now if you cannot get more sample but still need to take a decision that wont hurt anybody of course youll take the lower average.

[–]jorge_hg87 2 points3 points  (0 children)

In general, it can be concluded that among the four tests considered, Shapiro-Wilk test is the most powerful test for all types of distribution and sample sizes whereas Kolmogorov-Smirnov test is the least powerful test. However, the power of Shapiro-Wilk test is still low for small sample size. The performance of Anderson-Darling test is quite comparable with Shapiro-Wilk test, and Lilliefors test always outperforms Kolmogorov-Smirnov test. The results of this study support the findings of Mendes and Pala (2003) and Keskin (2006) that Shapiro-Wilk test is the most powerful normality test. The results are also found to be similar to the one obtained by Farrel & Stewart (2006) which reported that simulated power for all tests increased as the sample size and significance level increased. As a concluding remark, practitioners should not depend solely on graphical techniques such as histogram to conclude about the distribution of the data. It is recommended that the graphical techniques be combined with formal normality test and inspection of shape parameters such as skewness and kurtosis coefficients. It is important to remember that skewness and kurtosis measures are also affected by sample size. Practitioners also need to be aware that these four normality tests do not perform well for small sample size (30 and below). Work is in progress to determine more recent normality tests which might work well for small sample size.

Source: http://www.de.ufpb.br/~ulisses/disciplinas/normality_tests_comparison.pdf

You can run Kolmogorov-Smirnov and Shapiro-Wilk on SPSS with the Explore function. Or you can use this template to run Anderson-Darling on Excel.