ss.lf(SixSigma)
ss.lf()所属R语言包:SixSigma
Evaluates the Loss Function for a process.
计算的损失函数的过程。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The quality loss function is one of the tools of the Six Sigma methodology. The function assigns a cost to an observed value, that is larger as far as it is from the target.
质量损失函数是的工具六西格玛方法之一。该函数分配一个成本的一个观察到的值,这是较大的,只要它是从目标。
用法----------Usage----------
ss.lf(lfa.Y1, lfa.Delta, lfa.Y0, lfa.L0)
参数----------Arguments----------
参数:lfa.Y1
The observed value of the CTQ (critical to quality) characteristic that will be evaluated.
CTQ(关键质量)特性,将被评估的观测值。
参数:lfa.Delta
The tolerance for the CTQ.
宽容的CTQ。
参数:lfa.Y0
The target for the CTQ.
目标的CTQ。
参数:lfa.L0
The cost of poor quality when the characteristic is Y_0 + Δ.
不良质量成本的特点是Y_0 + Δ。
值----------Value----------
参数:ss.lf
A number with the evaluated function at Y_1
许多的评价功能在Y_1
(作者)----------Author(s)----------
Emilio L. Cano
参考文献----------References----------
Wiley<br>
Six Sigma with R. Statistical Engineering for Process Improvement, Use R!, vol. 36. Springer, New York. http://www.springer.com/statistics/book/978-1-4614-3651-5.<br>
参见----------See Also----------
ss.lfa
ss.lfa
实例----------Examples----------
#Example bolts: evaluate LF at 10.5 if Target=10, Tolerance=0.5, L_0=0.001[例如螺栓评估LF 10.5 TARGET = 10,公差= 0.5,L_0的= 0.001]
ss.lf(10.5, 0.5, 10, 0.001)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|