229k views
1 vote
An article in Human Factors (June 1989) presented data on visual accommodation (a function of eye movement) when recognizing a speckle pattern on a high-resolution CRT screen. The data are as follows: 36.45, 67.90, 38.77, 42.18, 26.72, 50.77, 38.9, and 50.06. Calculate the sample mean and sample standard deviation.

User Richsoni
by
3.8k points

2 Answers

1 vote

Final answer:

To find the sample mean for the given data, sum all values and divide by the number of observations, resulting in 43.97. The sample standard deviation involves finding the mean, using it to calculate squared differences, summing those, dividing by the sample size minus one, and taking the square root of that result.

Step-by-step explanation:

To calculate the sample mean, add all the data values together and divide by the number of values. For the provided data set (36.45, 67.90, 38.77, 42.18, 26.72, 50.77, 38.9, and 50.06), you first add these numbers:



36.45 + 67.90 + 38.77 + 42.18 + 26.72 + 50.77 + 38.9 + 50.06 = 351.75



Now, divide by the number of observations (8, in this case) to get the mean:



351.75 ÷ 8 = 43.97



To calculate the sample standard deviation, follow these steps:




  1. Find the mean (as calculated above).

  2. Subtract the mean from each data value and square the result.

  3. Add these squared differences together.

  4. Divide by one less than the number of data values (n-1).

  5. Take the square root of the result from step 4 to get the standard deviation.



The calculations for steps 2 to 5 would be more complex, so here we focus on explaining the steps conceptually.

User Shridhar
by
3.7k points
2 votes

Answer:

Mean = 43.969

Standard deviation = 12.341

Step-by-step explanation:

Given the data :

36.45, 67.90, 38.77, 42.18, 26.72, 50.77, 38.9, 50.06

The sample mean :

Σx / n = 351.75 / 8 = 43.969

Sample standard deviation :

√Σ(x - mean)²/n-1

√[(36.45-43.969)² + (67.90-43.969)² + (38.77-43.969)² + (42.18-43.969)² + (26.72-43.969)² + (50.77-43.969)² + (38.9-43.969)² + (50.06-43.969)² ] / ((8 - 1)

Standard deviation = 12.341

User Gianmt
by
4.0k points