如何使用excel 函数功能进行CPK和产品合格率的换算
在工作中,有时需要根据CPK估计的合格率, 或者反之根据合格率评估某工序的工序能力, 如何进行之间的快速换算呢? 下面介绍一种简便的方法:
可以假设一参数是平均值为0和标准偏差为1的标准正态分布, 且该规格是对称的,为x, 会得到 x=3*CPK, 这时利用excel 函数功能进行CPK和产品合格率的换算
公式如下:
产品合格率=2normdist(3cpk,0,1,true)-1
附excel中的正态分布函数功能:
NORMDIST(x,mean,standard_dev,cumulative)
x is the value for which you want the distribution.
Mean is the arithmetic mean of the distribution.
Standard_dev is the standard deviation of the distribution.
可以假设一参数是平均值为0和标准偏差为1的标准正态分布, 且该规格是对称的,为x, 会得到 x=3*CPK, 这时利用excel 函数功能进行CPK和产品合格率的换算
公式如下:
产品合格率=2normdist(3cpk,0,1,true)-1
附excel中的正态分布函数功能:
NORMDIST(x,mean,standard_dev,cumulative)
x is the value for which you want the distribution.
Mean is the arithmetic mean of the distribution.
Standard_dev is the standard deviation of the distribution.
没有找到相关结果
已邀请:
11 个回复
haileyhuang (威望:2) (广东 中山) 电子制造
赞同来自:
不如用个实例来讲更容易懂。