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.

     

    所以:

     

  • 相关阅读:
    国科大 高级人工智能 期末复习总结
    算法岗面试问题总结
    java如何判断溢出
    matrix67中适合程序员的例子
    java map
    tensorflow手写数字识别(有注释)
    epoch,iteration与batchsize的区别
    java中如何不自己写排序方法完成排序
    Kotlin实现《第一行代码》案例“酷欧天气”
    Kotlin入门第三课:数据类型
  • 原文地址:https://www.cnblogs.com/yuanjingnan/p/11248284.html
Copyright © 2011-2022 走看看