Stats

Standard Error and the Sampling Distribution of the Mean

  • Standard Deviation of the Sample Mean (σxˉ\sigma_{\bar{x}}): This is also referred to as the Standard Error or the standard deviation of the mean of the sample.     * Notation:         * μxˉ\mu_{\bar{x}}: Represents the mean of the sample mean.         * σxˉ\sigma_{\bar{x}}: Represents the standard deviation of the sample mean.     * Formula and Calculation Example:         * If given a value of 9.69.6 and a sample division is required, for example: 9.68=1.2\frac{9.6}{8} = 1.2. Here, 1.21.2 is the standard error.         * Problem 1: If μ=57\mu = 57, σ=42\sigma = 42, and sample size n=49n = 49:             * μxˉ=μ=57\mu_{\bar{x}} = \mu = 57.             * σxˉ=σn=4249=427=6\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}} = \frac{42}{\sqrt{49}} = \frac{42}{7} = 6.         * Problem 2: If σ=25\sigma = 25 and n=100n = 100, the standard error is 25100=2510=2.5\frac{25}{\sqrt{100}} = \frac{25}{10} = 2.5.

The t-Distribution and Standard Normal Distribution

  • Conceptual Differences:     * Standard Normal Distribution (zz): Has an established mean of 00 and a standard deviation of 11.     * t-Distribution: The mean of the tt-distribution is not always fixed at zero in every situation in the same way as the standard normal; it depends on the specific situation or degrees of freedom. It is crucial not to mix up the mean of the standard normal with the mean of the tt-distribution.

Probability Calculations for Normal Random Variables

  • Scenario: Heights of Men     * Parameters: Mean μ=68.7inches\mu = 68.7\,inches, standard deviation σ=3.5inches\sigma = 3.5\,inches.     * Sample Case: If one man is randomly selected, find the probability that their height is greater than 69.7inches69.7\,inches. This uses the standard population deviation σ=3.5\sigma = 3.5.     * Sample Mean Case (n=100n=100): If a sample of 100100 men is selected, find the probability that their mean height xˉ\bar{x} is greater than 69.769.7.         * μxˉ=68.7\mu_{\bar{x}} = 68.7.         * σxˉ=σn=3.5100=3.510=0.35\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}} = \frac{3.5}{\sqrt{100}} = \frac{3.5}{10} = 0.35.     * Calculator Steps (Normal CDF):         * Lower Bound: 69.769.7.         * Upper Bound: Infinity (entered as E99E99).         * Mean (μxˉ\mu_{\bar{x}}): 68.768.7.         * Standard Deviation (σxˉ\sigma_{\bar{x}}): 0.350.35.         * Result: 0.00210.0021.

Point Estimates and Sample Proportions

  • Point Estimate for Population Proportion (pp): The best point estimate for the population proportion is the sample proportion, denoted as p^\hat{p}.     * Formula: p^=xn\hat{p} = \frac{x}{n}, where xx is the number of successes and nn is the sample size.     * Example Case: A village received 628628 completed surveys out of 800800.         * p^=628800=0.785\hat{p} = \frac{628}{800} = 0.785.

Sampling Distribution of the Sample Proportion (p^\hat{p})

  • Mean of the Sampling Distribution (μp^\mu_{\hat{p}}): μp^=p\mu_{\hat{p}} = p.
  • Standard Deviation of the Sampling Distribution (σp^\sigma_{\hat{p}}, also called Standard Error of the Proportion):     * Formula: σp^=p(1p)n\sigma_{\hat{p}} = \sqrt{\frac{p(1-p)}{n}}.     * Example Calculation: If p=37%p = 37\% (or 0.370.37) and n=144n = 144:         * 1p=0.631 - p = 0.63.         * σp^=0.37×0.63144\sigma_{\hat{p}} = \sqrt{\frac{0.37 \times 0.63}{144}}.

Requirements for Approximate Normality of p^\hat{p}

  • Large Sample Condition: The distribution of p^\hat{p} is approximately normal if n×p×(1p)10n \times p \times (1 - p) \geq 10.     * Example Check: For n=144,p=0.37,(1p)=0.63n = 144, p = 0.37, (1-p) = 0.63:         * 144×0.37×0.63=33.5144 \times 0.37 \times 0.63 = 33.5.         * Since 33.51033.5 \geq 10, the distribution is approximately normal.
  • Finite Population Condition: If sampling from a finite population of size NN, the sample size nn must be less than or equal to 5%5\% of the population (n0.05Nn \leq 0.05N).     * Example Check: If population N=23,000N = 23,000 and sample n=400n = 400:         * 5% of 23,000=0.05×23,000=1,1505\% \text{ of } 23,000 = 0.05 \times 23,000 = 1,150.         * Since 4001,150400 \leq 1,150, the requirement is met.

Confidence Intervals for Proportions

  • Structure: Confidence intervals are expressed as p^±E\hat{p} \pm E, where EE is the margin of error. The sample proportion p^\hat{p} is always located exactly in the middle of the confidence interval.
  • Calculating Margin of Error (EE):     * E=zα/2×σp^E = z_{\alpha/2} \times \sigma_{\hat{p}}.     * E=zα/2×p^(1p^)nE = z_{\alpha/2} \times \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}.
  • Manual Calculation vs. Calculator:     * Calculator Tool: Use 1-PropZInt (One-proportion z-interval).     * Example - University Financial Aid: n=200,x=118n = 200, x = 118, Confidence Level = 98%98\%.         * p^=118200=0.59\hat{p} = \frac{118}{200} = 0.59.         * Critical Value (zα/2z_{\alpha/2}) for 98%98\% confidence is 2.332.33.         * Interval result from calculator: (0.5091,0.671)(0.5091, 0.671).         * Finding Margin of Error from the interval: Take the upper endpoint and subtract p^\hat{p}: 0.6710.59=0.0810.671 - 0.59 = 0.081.         * Final form: 0.59±0.0810.59 \pm 0.081.

Questions & Discussion

  • Question: What if we are finding the probability a single male has a height greater than a specific value instead of a sample mean?     * Response: If you are dealing with an individual (xx) rather than a mean (xˉ\bar{x}), you do not use the standard error (σxˉ\sigma_{\bar{x}}). Instead, you use the population standard deviation (σ\sigma) in your calculations.
  • Question: How do I find the margin of error if I only have the interval from the calculator?     * Response: You can determine the margin of error by taking the upper limit of the interval and subtracting the sample mean (or sample proportion) from it. Alternatively, calculate the total width of the interval and divide by two.
  • Interaction Note: The instructor emphasizes checking the top of the calculator screen to ensure the correct function (e.g., Normal CDF vs. Test) is being used before submitting an answer. Writing down the steps used on the calculator is encouraged to help earn partial credit even if a calculation error occurs.