Proportion of Failures Test

1 Ansicht (letzte 30 Tage)
C.G. Rodriguez
C.G. Rodriguez am 9 Aug. 2020
Bearbeitet: dpb am 9 Aug. 2020
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

Antworten (0)

Kategorien

Mehr zu Text Analytics Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by