38.8k views
2 votes
An ecologist is examining whether the number of fish caught in a large river basin has changed since a fire burned some of the surrounding forested area and vegetation along the river. Data in the form of fishing reports was available for a five-year period before the fire. From a random sample of 195 fishing reports before the fire, the mean catch was 6.3 fish with a standard deviation of 1.6. In a random sample of 143 reports three years after the fire, the mean catch was 7.1 fish with a standard deviation of 2.1.

Required:
What represents the standard error of the difference in the mean number of fish caught before and after the fire?

User JARRRRG
by
4.1k points

2 Answers

3 votes

Answer:

sqrt [ (1.6^2)/195 + (2.1^2)/143 ]

User SeeJayBee
by
3.5k points
5 votes

Answer:

The standard error of the difference in the mean number of fish caught before and after the fire is 0.2153.

Explanation:

Subtraction of normal variables:

When we subtract two normal variables, the standard deviation is the square root of the sum of variances of each variable.

Central Limit Theorem

The Central Limit Theorem estabilishes that, for a normally distributed random variable X, with mean
\mu and standard deviation
\sigma, the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean
\mu and standard deviation
s = (\sigma)/(√(n)).

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

Sample of 195 fishing reports before the fire, the mean catch was 6.3 fish with a standard deviation of 1.6.

The standard error for this sample is:


s_b = (1.6)/(√(195)) = 0.1246

Sample of 143 reports three years after the fire, the mean catch was 7.1 fish with a standard deviation of 2.1.

The standard deviation for this sample is:


s_a = (2.1)/(√(143)) = 0.1756

What represents the standard error of the difference in the mean number of fish caught before and after the fire?


s = √(s_a^2 + s_b^2) = √(0.1756^2 + 0.1246^2) = 0.2153

The standard error of the difference in the mean number of fish caught before and after the fire is 0.2153.

User Beccari
by
3.8k points