SciTech-Statistics-英语授课:Business Statistics商务统计
What Is a Population Parameter?

By Alane Lim, Alane Lim, Science Expert
- Ph.D., Materials Science and Engineering, Northwestern University
- B.A., Chemistry, Johns Hopkins University
- B.A., Cognitive Science, Johns Hopkins University
- Alane Lim holds a Ph.D. in materials science and engineering. She has published numerous peer-reviewed journal articles on nanotechnology and materials science.
LEARN ABOUT OUR EDITORIAL PROCESS
Updated on May 14, 2019
In statistics, a population parameter is a number that** describes something about an entire group or population**.
This should not be confused with parameters in other types of math, which refer to values that are held constant for a given mathematical function.
Note also that a population parameter is not a statistic, which is data that refers to a sample, or subset, of a given population.
With a well-designed study, you may be able to obtain a statistic that accurately estimates the true value of a population.
Key Takeaways: Population Parameter
- In statistics, a population refers to all the members of a group of people or things. A population can be large or small depending on what you are interested in studying.
- A parameter is data that describes the entire population, while a statistic is data that describes a sample of that population.
- A sample is a part, or a subset, of a population.
- With a well-designed study, a sample statistic may provide an accurate estimate of a population parameter.
What Is a Population?
In statistics, a population refers to all the members of a group. A population can be large or small depending on what you are interested in studying. For example, a population could be “all the residents of Germany”—which in 2017 was estimated to be about 83 million people—or “all the freshman in a certain high school”—which can range from a single person to a couple thousand depending on the school.
And though you may have heard the term “population” in reference to people, a population can refer to other groups of things as well. For example, you may be interested in studying the population of birds that live near a certain beachside area, or the balloons produced by a specific manufacturer.
Population vs. Sample
No matter how large or small a population may be, a sample refers to a subset, or part, of that population. For example, if the number of freshmen in a high school class is 100, you may choose to study only 45 of the students.
Statistical studies typically use samples instead of populations because it may be costly, time-consuming, or simply impossible to find or reach out to everyone in a population. Nevertheless, if you are conducting a statistical study, you should try to design your study so that it accurately represents the population. For example, if you want a sample representing all the people residing in Germany, you may want to randomly select people from every part of the country.
You should also make sure your sample size, or number of things you are studying, is large enough so that your data becomes statistically significant: it accurately estimates the true statistics regarding a population.
What Is a Parameter?
You may have already heard of parameters in math, which are values that are held constant for a given mathematical function. In statistics, the definition of parameter is different. A parameter is data that refers to something about an entire population. If your population is all the lunches that the students in X high school eat on a certain day, a population parameter might be that 35 percent of the lunches are brought from home.
Parameter vs. Statistic
Parameters and statistics are very similar in that they both say something about a group—for example, that “20% of M&Ms are the color red”
— but the key difference is who or what they are describing.
Whereas parameters refer to an entire population, statistics refer to part of that population, or the sample of the population that was researched in a study.
For example, in the above example, instead of going through all the M&Ms in existence and counting how many red ones there are to obtain a population parameter, you may count how many red M&Ms are in several packs to obtain your sample's statistic. If your study was designed well, the statistic you obtain should closely estimate the actual population parameter.







SciTech-Statistics-英语授课:Business Statistics商务统计的更多相关文章
- SET STATISTICS IO和SET STATISTICS TIME 在SQL Server查询性能优化中的作用
近段时间以来,一直在探究SQL Server查询性能的问题,当然也漫无目的的查找了很多资料,也从网上的大神们的文章中学到了很多,在这里,向各位大神致敬.正是受大神们无私奉献精神的影响,所以小弟也作为回 ...
- [转] 利用SET STATISTICS IO和SET STATISTICS TIME 优化SQL Server查询性能
首先需要说明的是这篇文章的内容并不是如何调节SQL Server查询性能的(有关这方面的内容能写一本书),而是如何在SQL Server查询性能的调节中利用SET STATISTICS IO和SET ...
- 利用SET STATISTICS IO和SET STATISTICS TIME 优化SQL Server查询性能
首先需要说明的是这篇文章的内容并不是如何调节SQL Server查询性能的(有关这方面的内容能写一本书),而是如何在SQL Server查询性能的调节中利用SET STATISTICS IO和SET ...
- sql查询性能调试,用SET STATISTICS IO和SET STATISTICS TIME---解释比较详细
一个查询需要的CPU.IO资源越多,查询运行的速度就越慢,因此,描述查询性能调节任务的另一种方式是,应该以一种使用更少的CPU.IO资源的方式重写查询命令,如果能够以这样一种方式完成查 ...
- 【statistics】理想论坛2018-4-25日统计
说明:利用理想论坛爬虫1.07版(http://www.cnblogs.com/xiandedanteng/p/8954115.html) 下载了前十页主贴及子贴,共得到359619条数据,以此数据为 ...
- SQL Server读懂语句运行的统计信息 SET STATISTICS TIME IO PROFILE ON
对于语句的运行,除了执行计划本身,还有一些其他因素要考虑,例如语句的编译时间.执行时间.做了多少次磁盘读等. 如果DBA能够把问题语句单独测试运行,可以在运行前打开下面这三个开关,收集语句运行的统计信 ...
- 『言善信』Fiddler工具 — 7、统计选项页详解(Statistics)
目录 1.Statistics选项页介绍 2.Statistics界面内容说明 3.Statistics选项页底部图表说明 1.Statistics选项页介绍 Statistics 页签显示当前用户选 ...
- Spark MLlib 之 Basic Statistics
Spark MLlib提供了一些基本的统计学的算法,下面主要说明一下: 1.Summary statistics 对于RDD[Vector]类型,Spark MLlib提供了colStats的统计方法 ...
- Create STATISTICS,UPDATE STATISTICS
该命令在一张表或者索引了的视图上更新查询优化统计数字信息. 默认情况下, 查询优化器已经更新了必要的用来提高查询计划的统计信息; 在某些情况下, 你可以通过使用UPDATE STATISTICS 命令 ...
- 【译】SQLskills SQL101:Trace Flags、ERRORLOG、Update Statistics
最近阅读SQLskills SQL101,将Erin Stellato部分稍作整理.仅提取自己感兴趣的知识点,详细内容请阅读原文. 一.Trace Flags推荐开启三个跟踪标记1118.3023.3 ...
随机推荐
- 记一次SQL隐式转换导致精度丢失问题的排查 → 不规范就踩坑
开心一刻 刚毕业的侄子给我发消息侄子:叔,人生太难了我:怎么呢?侄子:工作太难了,感情也太难了,怎么什么都这么难我:你还小啊侄子:大了就不难了?我:大了你就习惯了 问题复现 先准备表:数据源( tbl ...
- System.Runtime.Serialization.SerializationException:“二进制流“0”不包含有效的 BinaryHeader。这可能是由于无效流,或由于在序列化和反序列化之间的对象版本更改。
var buffer = new byte[1024]; using (var ms = new MemoryStream(buffer)) { //xxx } 原因是buffer的长度过短,当接受到 ...
- 测试人员在 Scrum 中的角色是什么?
测试人员在Scrum团队中到底担任什么样的角色?Scrum团队有测试角色吗?测试人员是Scrum团队的正式成员吗? 一.<Scrum指南>对测试的看法 很多人认为Scrum团队中的三个角色 ...
- C/C++中的volatile
C/C++中的volatile 约定 Volatile 这个话题,涉及到计算机科学多个领域多个层次的诸多细节.仅靠一篇博客,很难穷尽这些细节.因此,若不对讨论范围做一些约定,很容易就有诸多漏洞.到时误 ...
- 如何通过Cgroups机制实现资源限制?
1.什么是Cgroups? 在说Cgroups之前,我们先说说容器的"限制"问题. 我们知道通过Linux Namespace技术,可以实现容器中的进程看不到别的容器资源,但是有一 ...
- 华为MAAS、阿里云PAI、亚马逊AWS SageMaker、微软Azure ML各大模型深度分析对比
一.技术架构深度对比 1. 硬件基础设施 平台 自研芯片 分布式训练方案 边缘协同能力 华为MAAS 昇腾Ascend 910 + Atlas 900集群 MindSpore + HCCL(华为集合通 ...
- python爬虫学习——urllib库
#获取一个get请求 #import urllib.request # response = urllib.request.urlopen("http://www.baidu.com&quo ...
- vue模板语法中能否用??的三目运算简写的问题
使用双问号(??)的三目运算可以在 JavaScript 中使用,但在 Vue 模板语法中不支持.Vue 模板语法中的三目运算仍然使用单个问号(?)和冒号(:)的标准形式.例如: {{ conditi ...
- Centos7.x根分区扩容
背景说明 我们在部署好的系统中,随着数据的不断增加, 发现根分区频繁出现满载问题,这种情况下,我们需要对根分区进行扩容. 方案说明 • 使用空闲磁盘扩容到根分区 • 使用空闲的分区扩容到根分区 • 使 ...
- 快来玩玩便捷、高效的Demo练习场
Demo练习场 Vonajs 提供了一个 Demo 练习场的功能,允许我们非常方便.快捷的对代码做测试,对想法做验证 步骤 简而言之,Demo练习场的使用只需两步:第一步写代码,第二步执行终端命令.具 ...