Proportion of Failures Test

2 次查看(过去 30 天)
C.G. Rodriguez
C.G. Rodriguez 2020-8-9
编辑: dpb 2020-8-9
I was reading the following website:
It states:
The result of the test is to accept if
PValuePOF<F(TestLevel)
Should this actually be
F(LR_POF)<F(TestLevel)
For example, I calculated the following in excel:
Table 3 POF
LR_POF 0.0168 = =-2*((251-13)*LN((251*(1-0.05))/(251-13))+13*LN((251*0.05)/13))
F(LR_POF) 0.1031 =1-CHIDIST(LR_POF,1)
PValuePOF 0.8969 =1-F_LR_POF
F(TestLevel) 0.6703 =1-CHIDIST(0.95,1)
Result accept =IF(F_LR_POF<F_TestLevel,"accept","reject")
I look forward to your response.
Kindest Regards,
Clarissa

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Text Analytics Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by