INSTRUCTIONS
Once the applet has finished loading, a Lab-value
and a User-value
button will appear on the screen. This may take a minute or two depending
on the speed of your internet connection and computer. Please be patient.
If no begin button appears, it is probably because your browser does not
support Java 1.1.
In this lab, we consider another way to test claims, namely, what we
called "tests of significance". This method is again based on the fact
that the Z statistic
Z=(XBar-μ)/(σ/sqrt(n))
and the one-sample t statistic
t=(XBar-μ)/(s/sqrt(n))
should have values close to 0 if XBar is close to μ.
Also, the two-sample t statistic
t= ((X1bar - X2bar) - (μ1 - μ2))/sqrt(s12/n1 + s2 2/n2)),
where the degrees of freedom
df = (s12/n1 +s22/n2)2 / ((s12/n1)2 x 1/(n1-1)
+ (s22/n2)2x 1/(n2-1))
and pooled-two-sample-t statistic
t = ((X1bar - X2bar) - (μ1 - μ2))/sqrt(Sp2/n1 + Sp2/n2)),
where
Sp2 = ((n1-1)s12 + (n2-1) s22)/(n1 + n2 - 2)
and the degees of freedom
df = n1+ n2 -2
should have values close to 0 if the difference between the sample
means is close to the difference between the population means.
Further, the chi-squared statistic
Χ2 = (n-1)s2/σ2
should be close to n-1 if the sample variance s2 is close to
the population variance σ2.
Finally, the F statistic
F = (s12/σ12)/(s22/σ22)
should be close to 1 if the sample variances of two samples are close
to the population variances of the two populations they were sampled from.