zoukankan      html  css  js  c++  java
  • Sampling Error|Sampling mean|population mean

    7.1 Sampling Error; the Need for Sampling Distributions

     

    样本均值的三种表达:

    Sampling distribution of the sample mean 

    Distribution of the variable x¯ 

    Distribution of all possible sample means of a given sample size

    用样本估计总体是有难度的,即使样本数非常少(population1000samples50Introducing the sampling distribution of the sample mean with an example that is both realistic and concrete is diffificult because even for moderately large populations the number of possible samples is enormous, thus prohibiting an actual listing of the possibilities

    重复多次抽样:For example, the number of possible samples of size 50 from a population of size 10,000 is approximately equal to 3 × 10^135, a 3 followed by 135 zeros.

    Examplepopulation10sample2

    Population

     

    群体均值:

     

    Sample

     

    In fact, only 1 of the 10 samples has a mean of 80 inches, the eighth sample in Table 7.2. The chances are, therefore, only 1/10 , or 10%, that x¯ will equal μ; some sampling error is likely.

     

    只有3/10的样本error保证在1inch之间

    如果sample size=4,则:

     

     

    There is an 80% chance that the mean height of the four players selected will be within 1 inch of the population mean

    测试不同sample size 计算sample mean 如下:

     

    sampling error tends to be smaller for large samples than for small samples.

     

    所以:

     

  • 相关阅读:
    校软第二次考核11.11
    计算机视觉入门live笔记
    大数阶乘题解
    校软招新考试 原卷 题解
    校软件班招新考试A卷 题解
    【好题】最短路变形+dp——ICPC NCNA 2018G
    贪心/二分——cf1342D
    思维+贪心+dp——cf1341D
    【经典】容斥+排列组合——cf1342E
    计算几何+求质心+求多边形与圆交面积——ICPC GNYR 2019
  • 原文地址:https://www.cnblogs.com/yuanjingnan/p/11248284.html
Copyright © 2011-2022 走看看