Isds Exam 3
Isds Exam 3
Interval Estimation
- A sample statistic is used to make statistical inferences regarding the unknown value of
the population parameter.
- When you make an estimate, there is always uncertainty around that estimate because the
number is based on a sample for the population you are studying.
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
Confidence Intervals
- The range of values that you expect your estimate to fall between some percent of the
time, IF you re-run your experiment OR re-samples the population in the same way.
- It is the percentage of times you expect to reproduce an estimate between the upper and
lower bounds of the confidence interval and is set by the alpha value.
- Eg 95% confidence level = 95 out of 100 times the estimate will fall between the
upper and lower values specified by the confidence interval.
- It is essential that the sampling distributions of 𝑋 ̅ and 𝑃 ̅ follow a normal distribution.
- Mean: underlying population is normal or 𝑛≥30
- Proportion: 𝑛𝑝 ≥ 5 and 𝑛 (1−𝑝) ≥ 5
- Confidence intervals have a margin of error that accounts for:
- The standard error of the estimator
- The desired confidence level of the interval
- The confidence interval for the population mean and population proportion is constructed
as: point estimate ± margin of error.
-------------------------------------------------------------------------------------------------------------------
Confidence Interval ( 1- 𝛼 )
-------------------------------------------------------------------------------------------------------------------
Z(α / 2 )
- The 𝑧 value with the probability of 𝛼/2 in the upper tail of the standard normal
probability distribution.
- The area under the Z curve to the right of the value
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
Margin of Error
- ( Z(α / 2 ) ) (σ / √n )
-------------------------------------------------------------------------------------------------------------------
Sample Size Effects on CI Width
- CI width decreases (narrower): as sample size increases, standard error decreases AND /
OR margin of error decreases
- CI width increases: as sample size decreases, standard error increases AND / OR margin
of error increases
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
CHAPTER 8.2
-------------------------------------------------------------------------------------------------------------------
- Find tdf
- tdf = (x̅ − 𝜇) / ( 𝑠 ∕ √𝑛 )
-------------------------------------------------------------------------------------------------------------------
t distribution
- Similar to Z distribution
- Bell-shaped and symmetric around zero
- Slightly broader tails than Z distribution
- Identified by the degrees of freedom, df
- Fewer df = broader tails
- As df increases, t becomes more like Z
-------------------------------------------------------------------------------------------------------------------
Degrees of Freedom
-------------------------------------------------------------------------------------------------------------------
T-Table
-------------------------------------------------------------------------------------------------------------------
Confidence Interval
- CI = 𝑥̅ ± ( 𝑡(𝛼 ∕ 2, 𝑑𝑓) ) (𝑠 / √𝑛 )
- Only valid when X follows a normal distribution.
- Uncertainty increases when using the sample standard, making the confidence interval
wider.
- This is denoted by the wider tail of the t α / 2 ,df distribution.
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
CHAPTER 8.3
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
CHAPTER 9.1
-------------------------------------------------------------------------------------------------------------------
- Null hypothesis 𝐻0
- Status quo or “business as usual”
- Whatever you are trying to DISPROVE should be the NULL hypothesis.
- Specified with =, ≤ or ≥
- Alternative hypothesis 𝐻A
- Contests status quo
- Whatever we wish to establish, something new
- What you would like to support will be your alternative hypothesis.
- Specified with the opposite of what is in the null: ≠, > or <
-------------------------------------------------------------------------------------------------------------------
- 3 general steps:
- Identify the population parameter of interest.
- Determine whether it is a one or two tailed test.
- Include some form of equal sign in the null hypothesis and use the alternative
hypothesis to establish a claim.
-------------------------------------------------------------------------------------------------------------------
- Type I Error – rejecting the null when we should not reject the null (false positive)
- Type II Error – not rejecting the null when we should reject the null (false negative)
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
Level of significance α
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
CHAPTER 9.2
Hypothesis Test for the Population Mean when 𝜎 is Known
- 𝜎 is rarely known.
- Instances where 𝜎 is stable and can be determined from prior experience
- In these cases, treat 𝜎 as known.
- Assume the null hypothesis is true.
- And determine if the sample evidence contradicts this assumption.
-------------------------------------------------------------------------------------------------------------------
A large difference between 𝑥̅ and 𝜇 does not mean the null hypothesis is false, it could be
explained by chance.
-------------------------------------------------------------------------------------------------------------------
Test Statistic
-------------------------------------------------------------------------------------------------------------------
- Ho: µ ≥ 𝜇0
- Ha: µ < 𝜇0
Upper Tail Test
- Ho: µ ≤ 𝜇0
- Ha: µ > 𝜇0
- Ho: µ = 𝜇0
- Ha: µ ≠ 𝜇0
-------------------------------------------------------------------------------------------------------------------
Summary of Steps
-------------------------------------------------------------------------------------------------------------------
- A probability that provides a measure of evidence against the null hypothesis provided by
the sample.
- Smaller p-values = more evidence against the null hypothesis.
- 𝛼 = the allowed probability of making a Type I error
- Choose 𝛼 before implementing a test
- Typically, 𝛼 = 0.01, 0.05, or 0.10
- p-value is the observed probability of making a Type I error.
- If p-value < 𝛼 reject the null hypothesis
- If p-value ≥ 𝛼 do not reject the null hypothesis
p-value and critical value do more or less the same thing, but p-value uses the test statistic while
critical value uses the Z – score
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
CHAPTER 9.3
-------------------------------------------------------------------------------------------------------------------
Test Statistic
What is df?
- df = n – 1
- df ≡ degrees of freedom → the number of independent pieces of information used to
calculate a statistic.
- Degrees of freedom used to justify the results to accept or reject the null.
- Determines the shape of the t-distribution which is used to calculate the probability
of observing a certain sample result: Reject or Do Not Reject the Null
- We need the degrees of freedom to find the p-value in the T-Table
-------------------------------------------------------------------------------------------------------------------
T-table
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
CHAPTER 9.4
-------------------------------------------------------------------------------------------------------------------
Test Statistic
- Let 𝑝₀ be the hypothesized value of the population proportion in the null hypothesis.
- The test statistic: Z = (𝑝̅ − 𝑝₀) / √( 𝑝₀ ( 1 − 𝑝₀ ) ∕ 𝑛 )
-------------------------------------------------------------------------------------------------------------------