Jump Rope • Name:

Data
Jumps
102
79
68
66
61
69
42
45
79
22
43
13
24
10
11
107
17
34
8
20
58
26
45
40
111
105
213

Part I: Basic Statistics

On Thursday 08 November 2007 a jump rope contest was held at a local elementary school festival. Data for this final derives from this contest. Contestants jumped with their feet together, a double-foot jump. The data seen in the table is the number of jumps for twenty-seven female jumpers. A data sheet contains this same data and should be used to avoid typing errors. Note that while the number of jumps data is discrete, treat the data as if it were continuous data.

  1. _________ Determine the sample size n.
  2. _________ Determine the minimum.
  3. _________ Determine the maximum.
  4. _________ Calculate the range.
  5. _________ Calculate the midrange.
  6. _________ Determine the mode.
  7. _________ Determine the median.
  8. _________ Calculate the sample mean x.
  9. _________ Calculate the sample standard deviation sx.
  10. _________ Calculate the sample Coefficient of Variation.
  11. _________ Determine the bin width. Use five bins (classes or intervals).
  12. Fill in the following table with the class upper limits in the first column, the frequencies in the second column, and the relative frequencies in the third column
Bins (x)Frequency fRF p(x)
Sums:
  1. Sketch a histogram of the relative frequency data.
  2. __________________ What is the shape of the distribution?
  3. __________________ Use the sample mean x and sample standard deviation sx above to calculate the z-score for first grader Shana who jumped 11 times.
  4. _________ Is the z-score for Shana an ordinary or extraordinary value?
  5. __________________ Use the sample mean x and sample standard deviation sx above to calculate the z-score for fourth grader Demi who jumped 213 times.
  6. _________ Is the z-score for Demi an ordinary or extraordinary value?
  7. _________ After Demi's 213 jump performance, the other jumpers retired from the field and no one tried to better her number of jumps. Based on the z-score for Demi, were the other jumpers making a reasonable decision?
  8. _________ Calculate the standard error of the sample mean x for the number of jumps.
  9. _________ Find tcritical for a confidence level c of 95% for the number of jumps.
  10. _________ Determine the margin of error E for the sample mean x.
  11. Write out the 95% confidence interval for the population mean μ number of jumps:
    p(_____________ < μ < ___________) = 0.95
  12. _________ The population mean number of jumps μ for the boys was 33. Is this a possible population mean for the girls?
  13. _________ Are the girls statistically significantly better jumpers than the boys?

Part II: Hypothesis Testing using the t-test

While watching the jumping contest I noticed that the girls who were scoring the highest number of jumps appeared to jump at a faster rate than those who scored lower. The jumpers who were jumping a hundred plus times were whipping the rope around at almost two times a second. The girls who jumped less than forty times jumped at a much more leisurely once per second. This did not make intuitive sense. Going slower should have saved energy and allowed one to continue longer. The rate, however, was not consistent, and anecdotal impressions can be deceiving. The very fastest jumper, at 2.27 jumps per second, jumped a below average 45 jumps. Only statistics can tell us if the difference in the mean rates is real or imaginary.

The number of jumps was divided by the time to obtain the number of jumps per second. The number of jumps per second is called the jumping rate. The jumping rates were divided between the rate for those who jumped less than the mean number of jumps and the rate for those who jumped more than the mean number of jumps. If these two samples have statistically significantly different means, then there is a systematic difference in jump rate for jumpers with high jump counts.

[The table is on the next page.]

Jumping rate table
Jump rate for below average jump countJump rate for above average jump count
1.391.86
0.322.00
1.011.63
0.751.87
1.211.35
0.952.10
0.741.65
1.191.68
1.171.82
1.091.40
1.921.64
1.681.51
0.93
1.82
2.27
  1. _________ Calculate the sample mean x for the jump rate for low count data.
  2. _________ Calculate the sample mean y for the jump rate for high count data.
  3. _________ Are the sample means for the two samples mathematically different?
  4. _________ Calculate the degrees of freedom using the smaller of the two sample sizes.
  5. _________ Calculate the tcritical using alpha α = 0.05 and the degrees of freedom.
  6. _________ Calculate the standard error SE for two independent samples.
  7. _________ Calculate the margin of error E for two independent samples.
  8. ____________ < μd < _____________ Determine the 95% confidence interval for the population mean difference μd
  9. _________ Does the confidence interval include a mean difference of zero?
  10. __________________ What is the p-value? Use the difference of means for independent samples TTEST function =TTEST(data_range_x;data_range_y;2;3) to determine the p-value for this two sample data.
  11. __________________ Is the difference in the mean jump rate statistically significant at a risk of a type I error alpha α = 0.05?
  12. __________________ Would we "fail to reject" or "reject" a null hypothesis of no difference in the mean jump rate between the girls with a low jump count and a high jump count?
  13. __________________ What is the maximum level of confidence we can have that the difference is statistically significant?

Part III: Linear Regression (best fit or least squares line)

Jump rate versus count
RateCount
1.68102
1.6579
1.8768
1.6366
2.0061
1.3569
1.6842
2.2745
2.1079
0.7422
0.9343
0.7513
1.1924
0.3210
1.0111
1.40107
1.2117
1.0934
1.39 8
0.9520
1.8658
1.1726
1.8245
1.9240
1.64111
1.82105

The data in this section continues the exploration of jump rate versus the jump count. The jump rate in jumps per second is the independent variable x. The total number of jumps (jump count) is being treated as the dependent variable y. Do not try to type this data in, use the data sheet instead.

  1. _________ Calculate the slope of the linear regression (best fit line).
  2. _________ Calculate the y-intercept of the linear regression (best fit line).
  3. _________ Is the relation between jump rate and jump count positive, negative, or neutral?
  4. _________ Calculate the linear correlation coefficient r for the data.
  5. ______________ Is the correlation none, weak/low, moderate, strong/high, or perfect?
  6. ______________ Determine the coefficient of determination.
  7. ______________ What percent in the variation in jump rate "explains" the variation in the jump count?
  8. _________ Use the slope and intercept to predict the number of jumps for a jumper with a jump rate of 1.00
  9. _________ Use the slope and intercept to determine the rate necessary to obtain 213 jumps.

Tables of Formulas and OpenOffice Calc functions

Basic Statistics
Statistic or ParameterSymbolEquationsOpenOffice
Square root=SQRT(number)
sample size nn=COUNT(data)
sample mean x Σx/n =AVERAGE(data)
Sample standard deviationsx or s=STDEV(data)
Sample Coefficient of VariationCV sx / x =STDEV(data)/AVERAGE(data)
Formula to calculate a z value from an x value z z-score from a sample mean =STANDARDIZE(x;x;sx)
Confidence interval statistics for a single sample
Statistic or ParameterSymbolEquationsOpenOffice
Sample sizenn=COUNT(data)
Degrees of freedomdfn − 1=COUNT(data)-1
Find a tcritical value from a confidence level c tc =TINV(1-c;df)
Standard error of a sample mean x SE se_sx (1K) =STDEV(data)/SQRT(n)
Standard error of a sample proportion p SE se_proportion (1K) =SQRT(p*q/n)
Calculate a margin of error for the mean E using tcritical and the standard error SE. E margin_error (1K) =tc*SE
Calculate a confidence interval for a population mean μ from a sample mean x and a margin of error E x - E < μ < x + E
Calculate a confidence interval for a population proportion P from a sample proportion p and a margin of error E p - E < P < p + E
Hypothesis testing for a sample mean versus a known population mean
Statistic or ParameterSymbolEquationsOpenOffice
Relationship between confidence level c and alpha α for two-tailed tests 1 − c = α
Calculate t-critical for a two-tailed test tc=TINV(α;df)
Calculate a t-statistic t t-statistic =(x - μ)/(sx/SQRT(n))
Calculate a two-tailed p-value from a t-statisticp-value = TDIST(ABS(t);df;2)
Hypothesis testing for paired data samples
Statistic or ParameterSymbolEquationsOpenOffice
Calculate a p-value for the difference of the means from two samples of paired data =TTEST(data_range_x;data_range_y;2;1)
Hypothesis testing and confidence intervals for two independent samples
Statistic or ParameterSymbolEquationsOpenOffice
Degrees of freedom (approx.)df [smaller sample n] − 1=COUNT(smaller sample)-1
Calculate t-critical for a two-tailed test tc=TINV(α;df)
Calculate the standard error SE for two independent samples SE standard error for two sample means =sqrt((sx^2/nx)+(sy^2/ny))
Calculate a margin of error E for two independent samples using tcritical and the standard error SE. E margin_error (1K) =tc*SE
Calculate the difference between two sample means xd xy =average(data set x)-average(data set y)
Calculate a confidence interval for a population mean difference μd from a sample mean difference xd and a margin of error E xd − E < μd < xd + E
Calculate a p-value for the difference of the means for two independent samples (data unpaired, independent) where the population standard deviations are unknown =TTEST(x data;y data;2;3)
Linear regression statistics
Statistic or ParameterSymbolEquationsOpenOffice
Slopeb=SLOPE(y data; x data)
Intercepta=INTERCEPT(y data; x data)
Correlationr=CORREL(y data; x data)
Coefficient of Determinationr2 =(CORREL(y data; x data))^2

Z-scores diagram

There once was a cat that belonged to Hixie. Simon appropriated the cat and created an icon for a standard which does not yet exist.
HTML5 Technology preview conformance checker
As per icon directions, please refer to the HTML5 Working Draft for further information on HTML5.