ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Introduction to Statistics
    STAT2115
    Progress0 / 24 topics
    Topics
    1. Scope of Statistics2. Introduction to Basic Concepts of Statistics: Descriptive and Inferential Statistics3. Population, Sample, Parameter, and Statistic4. Types of Data and Scales of Measurement5. Frequency Distribution and Graphical Representation6. Bar Chart, Pie Chart, and Histogram7. Frequency Polygon, Frequency Curve, and Cumulative Frequency Polygon8. Measures of Central Tendency9. Quantiles10. Absolute and Relative Measures of Dispersion11. Moments, Skewness and Kurtosis12. Basic Concepts of Probability13. Counting Rules: Multiplication Principle, Permutation and Combination14. Probability Spaces and Laws of Probability15. Conditional Probability and Bayes' Theorem16. Discrete and Continuous Random Variables17. Probability Distributions: Binomial, Poisson, and Hypergeometric18. Probability Distributions: Uniform, Exponential, and Normal19. Overview of Sampling: Sample Design and Sampling Frame20. Sampling and Non-Sampling Errors21. Sampling Distributions for Mean and Proportion22. Sampling Distributions for Difference of Means and Difference of Proportions23. Overview of Hypothesis Testing24. Overview of Regression Analysis
    STAT2115›Sampling Distributions for Mean and Proportion
    Introduction to StatisticsTopic 21 of 24

    Sampling Distributions for Mean and Proportion

    4 minread
    676words
    Beginnerlevel

    1. Sampling Distribution

    Definition: A sampling distribution is the probability distribution of a statistic (like mean or proportion) obtained from all possible samples of a fixed size (n) drawn from a population.

    • It shows how a sample statistic varies from sample to sample.
    • Central in inferential statistics for estimating population parameters.

    Key Concept:

    • Population → Take samples → Compute statistic (mean, proportion) → Distribution of statistic = Sampling Distribution

    2. Sampling Distribution of the Mean

    Scenario:

    • Population has mean μ\muμ and standard deviation σ\sigmaσ
    • Sample size = nnn

    Central Limit Theorem (CLT):

    • For a sufficiently large sample (n≥30n \ge 30n≥30), the sampling distribution of the sample mean Xˉ\bar{X}Xˉ is approximately normal, regardless of population distribution.

    Properties of Sampling Distribution of Xˉ\bar{X}Xˉ:

    Mean: E(Xˉ)=μ\text{Mean: } E(\bar{X}) = \muMean: E(Xˉ)=μ Standard Deviation (Standard Error): σXˉ=σn\text{Standard Deviation (Standard Error): } \sigma_{\bar{X}} = \frac{\sigma}{\sqrt{n}}Standard Deviation (Standard Error): σXˉ​=n​σ​ Shape: Normal (for large n, by CLT)\text{Shape: Normal (for large n, by CLT)}Shape: Normal (for large n, by CLT)

    Example:

    • Population mean height = 165 cm, σ=10\sigma = 10σ=10 cm, sample size n=25n = 25n=25 σXˉ=1025=2 cm\sigma_{\bar{X}} = \frac{10}{\sqrt{25}} = 2 \text{ cm}σXˉ​=25​10​=2 cm
    • The sample mean Xˉ\bar{X}Xˉ will vary around 165 cm with SD = 2 cm.

    3. Sampling Distribution of Proportion

    Scenario:

    • Population proportion of success = ppp
    • Sample size = nnn

    Sample Proportion:

    p^=number of successes in samplen\hat{p} = \frac{\text{number of successes in sample}}{n}p^​=nnumber of successes in sample​

    Properties:

    • Mean: E(p^)=pE(\hat{p}) = pE(p^​)=p
    • Standard Error: σp^=p(1−p)n\sigma_{\hat{p}} = \sqrt{\frac{p(1-p)}{n}}σp^​​=np(1−p)​​
    • For large nnn, p^\hat{p}p^​ is approximately normally distributed (Normal approximation of Binomial)

    Example:

    • Population proportion of smokers = 0.3, sample size n=100n = 100n=100 σp^=0.3(1−0.3)100=0.0021≈0.0458\sigma_{\hat{p}} = \sqrt{\frac{0.3(1-0.3)}{100}} = \sqrt{0.0021} \approx 0.0458σp^​​=1000.3(1−0.3)​​=0.0021​≈0.0458

    4. Key Points to Remember

    1. Sampling distribution shows the variability of a statistic across samples.

    2. Mean of sampling distribution = population mean (E(Xˉ)=μE(\bar{X}) = \muE(Xˉ)=μ, E(p^)=pE(\hat{p}) = pE(p^​)=p)

    3. Standard Error (SE) measures variability:

      • Mean: σXˉ=σ/n\sigma_{\bar{X}} = \sigma/\sqrt{n}σXˉ​=σ/n​
      • Proportion: σp^=p(1−p)/n\sigma_{\hat{p}} = \sqrt{p(1-p)/n}σp^​​=p(1−p)/n​
    4. Shape:

      • Large nnn → approximately normal (Central Limit Theorem)
    5. Larger sample size → smaller standard error → more precise estimate


    5. Summary Table

    Statistic Symbol Mean Standard Error Distribution Shape
    Sample Mean Xˉ\bar{X}Xˉ μ\muμ σ/n\sigma / \sqrt{n}σ/n​ Normal (large n)
    Sample Proportion p^\hat{p}p^​ ppp p(1−p)/n\sqrt{p(1-p)/n}p(1−p)/n​ Normal (large n)
    Previous topic 20
    Sampling and Non-Sampling Errors
    Next topic 22
    Sampling Distributions for Difference of Means and Difference of Proportions

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time4 min
      Word count676
      Code examples0
      DifficultyBeginner