7.2  The Mean and Standard Deviation of the Sample Mean

Recall that the mean of a variable is denoted μ, subscripted if necessary with the letter representing the variable. So the mean of x is written as μx , the mean of y as μy , and so on. In particular, then, the mean of x¯ is written as μx¯; similarly, the standard deviation of x¯ is written as σx¯.

There is a simple relationship between the mean of the variable x¯ and the mean of the variable under consideration: They are equal, or μx¯ = μ.

Example:

Sample  size:2

The mean of population:

基于:

Mean of the Sample Mean:

所以:

 

Standard Deviation of the Sample Mean:(研究population 方差与sample mean的方差的关系)

Standard Deviation of population:

Standard Deviation of the Sample Mean:

the standard deviation of x¯ gets smaller as the sample size gets larger.(因为公式二中n作为分母,方差随分母变小而变大)

When sampling is done without replacement from a finite population(无放回是指每次抽取的两个样本绝不相同,eg,76,78;所以本例中是无放回)

When sampling is done with replacement from a finite population(有放回是指每次抽取的两个样本有可能相同,eg,76,76)

When the sample size is small relative to the population size, there is little difference between sampling with and without replacement.(极端值便是每次抽一个样本,放回和不放回都一样)

As a rule of thumb, we say that the sample size is small relative to the population size if the size of the sample does not exceed 5% of the size of the population (n ≤ 0.05N)

因为实际操作来说,我们能取到得样本数绝对远小于population,所以本书中使用公式二近似公式一

In most practical applications, the sample size is small relative to the population size, so in this book, we use the second formula only 

This explains mathematically why the standard deviation of x¯ decreases as the sample size increases.

所以,采用更大sample size对于估计总体均值有帮助:

1.The larger the sample size, the smaller is the standard deviation of x¯.

2.The smaller the standard deviation of x¯, the more closely the possible values of x¯(the possible sample means) cluster around the mean of x¯.

3.The mean of x¯ equals the population mean.

the standard error of x¯变少,所以,sample errors 变少,  所以在这里引入标准差:In general, the standard deviation of a statistic used to estimate a parameter is called the standard error (SE) of the statistic.

The Mean of the Sample Mean|Standard Deviation of the Sample Mean|SE的更多相关文章

  1. 对于随机变量的标准差standard deviation、样本标准差sample standard deviation、标准误差standard error的解释

    参考:http://blog.csdn.net/ysuncn/article/details/1749729

  2. range|Sample Standard Deviation|标准差几何意义

    Measures of Variation 方差:measures of variation or measures of spread 源于range发现range不足以评估整个set(因为只用到l ...

  3. How to Find the Standard Deviation in Minitab

    Standard deviation, represented by the Greek Letter sigma σ, is a measure of dispersement in statist ...

  4. Mean, Median, Mode, Range, and Standard Deviation

    Descriptive statistics tell you about the distribution of data points in data set. The most common m ...

  5. 标准差(standard deviation)和标准误差(standard error)你能解释清楚吗?

    by:ysuncn(欢迎转载,请注明原创信息) 什么是标准差(standard deviation)呢?依据国际标准化组织(ISO)的定义:标准差σ是方差σ2的正平方根:而方差是随机变量期望的二次偏差 ...

  6. 标准差(standard deviation)和标准错误(standard error)你能解释一下?

    by:ysuncn(欢迎转载,转载请注明原始消息) 什么是标准差(standard deviation)呢?依据国际标准化组织(ISO)的定义:标准差σ是方差σ2的正平方根.而方差是随机变量期望的二次 ...

  7. 方差(variance)、标准差(Standard Deviation)、均方差、均方根值(RMS)、均方误差(MSE)、均方根误差(RMSE)

    方差(variance).标准差(Standard Deviation).均方差.均方根值(RMS).均方误差(MSE).均方根误差(RMSE) 2017年10月08日 11:18:54 cqfdcw ...

  8. Mathematics | Mean, Variance and Standard Deviation

    Mean is average of a given set of data. Let us consider below example These eight data points have t ...

  9. 均方根值(RMS)+ 均方根误差(RMSE)+标准差(Standard Deviation)

    均方根值(RMS)+ 均方根误差(RMSE)+标准差(Standard Deviation)  1.均方根值(RMS)也称作为效值,它的计算方法是先平方.再平均.然后开方. 2.均方根误差,它是观测值 ...

随机推荐

  1. 洛谷P1002 过河卒(动态规划)

    题目描述 棋盘上 AA 点有一个过河卒,需要走到目标 BB 点.卒行走的规则:可以向下.或者向右.同时在棋盘上 CC 点有一个对方的马,该马所在的点和所有跳跃一步可达的点称为对方马的控制点.因此称之为 ...

  2. Dynamics CRM - 为 Form 或者字段设置 Error Notification

    在 Dynamics CRM 开发中,我们一般要利用 JS 来做一些数据验证的功能,我们也需要将验证结果显示出来,比起直接 alert 出信息来提示用户的方式,CRM 提供了更加美观和人性化的方式来通 ...

  3. 系统 win 10 专业版 下载地址

    thunder://QUFodHRwOi8veHoyLjgxMDg0MC5jb20vY25fd2luZG93c18xMF9jb25zdW1lcl9lZGl0aW9uc192ZXJzaW9uXzE4MD ...

  4. 面试易错题 Java

    1. int[] arr = new int[10]; System.out.println(arr);//地址值? char[] arr1 = new char[10]; System.out.pr ...

  5. 使用Eclipse开发学习 Spring Boot 教程的内容小结

    spring-tool-suite使用教程,并创建spring配置文件 Spring Boot基础教程1-Spring Tool Suite工具的安装 Spring Boot基础教程2-RESTful ...

  6. PAT Advanced 1049 Counting Ones (30) [数学问题-简单数学问题]

    题目 The task is simple: given any positive integer N, you are supposed to count the total number of 1 ...

  7. tensorflow object detection api android

    https://blog.csdn.net/weixin_40355324/article/details/80651350

  8. springboot打包,jar包可以以service方式启动

    <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> ...

  9. fread 和fgets 函数的使用

    两个函数都是对FILE *fp 文件进行读取信息,fgets是每次读取一行,fread是一下子读完所有的文件内容. //一.fread的使用 FILE *fp; int nread; ] fp = f ...

  10. iOS中代理属性为什么要用Weak修饰?

    一.写在前面 代理设计模式,在iOS开发过程中,是一个非常常见的设计模式,可以说用的范围非常广泛,而对初学者来讲,常常对代理的属性修饰用weak存在疑惑,因此下面就解释一下其中非常简单的道理. 二.必 ...