[概念] 属性抽样(attribute sampling)和变量抽样(variable sampling)

news/2024/7/3 6:35:34
PMBOK(2004 3rd 英) P191中提到了质量控制中要注意区分的几个概念,其中提到了属性抽样与变量抽样这一对概念,书上没有详细解释,查阅如下:

Attribute Sampling (http://www.answers.com/topic/attribute-sampling?cat=biz-fin) :

Statistical procedure used to study the characteristics of a population. Attribute is a qualitative characteristic that a unit of a population either possesses or does not possess. For example, an account receivable is either past due or not; proper authorization for a payment either exists or does not. Thus the population under consideration is composed of two mutually exclusive classes-units possessing the attribute and units not possessing it. The statistical procedure used to estimate the occurrence of a particular attribute in a population is referred to as attribute sampling.

Attribute sampling is particularly valuable in estimating the extent of compliance, such as the effectiveness of accounting controls using tests of transactions. Tables are used to determine sample size based on the desired confidence level, upper precision limit, and the expected rate of occurrence.

Variable Sampling: (在google搜索框中输入define:Variable sampling查询到的结果)

A sampling technique used to estimate the average or total value of a population based on a sample; a statistical model used to project a quantitative characteristic, such as a dollar amount.



http://www.niftyadmin.cn/n/3657227.html

相关文章

TCP/IP为什么要进行三次握手?

定义 三次握手(three times handshake;three-way handshake)所谓的“三次握手”即对每次发送的数据量是怎样跟踪进行协商使数据段的发送和接收同步,根据所接收到的数据量而确定的数据确认数及数据发送、接收完毕后何时撤消联系&am…

[概念] 争议解决程序 (dispute resolution procedures)

PMBOK (2004 3rd 英) P292关于合同变更控制系统中提到了争议解决程序,但是没有详细展开。http://www.venables.co.uk/adr.htm 给出了一些概念和解释:Alternative Dispute Resolution (ADR) was introduced in the 1980s for the resolution of commercia…

记一次网易2018实习生笔试-大数据岗位

记一次网易2018实习生笔试-大数据岗位 网易2018实习生招聘笔试题-大数据开发实习生-云音乐 凭借印象和草稿,记录下一些题目。 共有20道选择题,3道编程题,2道简答题。 选择题 HDFS Block的概念。TCP/UDP。DNS、Telnet、SMTP、POP等与TCP、…

Java NIO(一)入门篇

概念 java.nio(java new IO),是jdk1.4 里提供的新api ,为所有的原始类型提供缓存支持。Sun 官方标榜的特性如下: 为所有的原始类型提供(Buffer)缓存支持。字符集编码解码解决方案。 Channel :一个新的原始I…

[概念] 敏感性分析(Sensitivity Analysis) 和龙卷风图(tornado diagram)

PMBOK(2004 3rd 英) P257关于风险定量分析模型技术中有一种技术叫敏感性分析(Sensitivity Analysis), 用于比较各种风险在其他风险处于基准水平的情况下对项目整体产生的影响大小,从而来找出影响最大的风险。龙卷风图(tornado diagram)是一种常用的技术,…

[概念] 风险识别工具 - 影响图(Influence Diagram)

PMBOK(2004 3rd 英) P248关于风险识别的图形技术中提到了因果图(Cause-and-Effect diagram),流程图(flow chart)和影响图(Influence diagram),其中前两个图由于也是质量管理的工具,在相关章节中有详细介绍和图例,但是影响图尽在此处出现&…

Control Account (控制账户)

Control Account 在项目的进度管理中首次被提到(PMBOK 2004 3rd Edition P129),第一次看到这两个英文单词很是奇怪为什么一个WBS的分解层次会用到Account这个单词?一定是有原因的。在随后的项目费用管理中给出了答案(PMBOK 2004 3rd P158),Co…

蚁群算法浅谈

本文参考:http://www.cnblogs.com/biaoyu/archive/2012/09/26/2704456.html http://blog.163.com/ykn_2010/blog/static/1420333362012111411258466/ 简介 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用…