We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Artificial Intelligence
- Probability & Statistics - Foundations
- The Central Limit Theorem #4
- Discussions
The Central Limit Theorem #4
The Central Limit Theorem #4
Sort by
recency
|
10 Discussions
|
Please Login in order to post a comment
norm.interval(0.95, 500, 80/sqrt(100))
Then round each endpoint to 2 decimal places.
I used thi approach but got the decimal places wrong, what am I doing wrong
Here are the steps to find the confidence interval(CI):
Select Confidence level(CL): 95%(given)
Calculate Margin of Error(ME):
Follow below steps -
Find Standard Error(SE)
SE = σ/sqrt(n) = 80/10 = 8
Find Critical Value:
Calculate alpha(α)
α = 1-CL/100 = 1-0.95 = 0.05
Calculate Critical Probability(p*)
p* = 1-α/2 = 1-0.025 = 0.975
Compute degree of freedom(df)
df = n-1 = 100-1 = 99
Therefore, critical value is t-statistics having 99 df and cumulative prob. equals to 0.975 Or, We can also expressed the critical value as a z-score since the
sample size is large, so a z-score analysis produces the same
result.
critical value = 1.96.
ME = critical value * SE In our case, ME = 1.96*8
The range of the confidence interval is (sample statistic - margin of error, sample statistic + margin of error)
In our case, CI = (500-1.96*8, 500+1.96*8)
or, CI = (484.32, 515.68)
Here is how I did figure it out. If somebody want to dig into this task and learn step by step solution.
Additionaly you may need those sources: