cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar

CHISQ.INV.RT

Does JMP have an equivalent to excel's CHISQ.INV.RT function? I need it for FIT rate (reliability) calculations. Thanks in advance!

1 ACCEPTED SOLUTION

Accepted Solutions
peng_liu
Level VII

Re: CHISQ.INV.RT

Use "ChiSquare Quantile" function. See following screenshot to see how the results match.

Notice, the Excel function use right-tail probability, and you need 1 minus that probability for the JSL function.

BTW, I am curious, under what situation, do you need to manually calculate this quantity?

 

peng_liu_1-1653527199553.png

 

 

View solution in original post

3 REPLIES 3
peng_liu
Level VII

Re: CHISQ.INV.RT

Use "ChiSquare Quantile" function. See following screenshot to see how the results match.

Notice, the Excel function use right-tail probability, and you need 1 minus that probability for the JSL function.

BTW, I am curious, under what situation, do you need to manually calculate this quantity?

 

peng_liu_1-1653527199553.png

 

 

Re: CHISQ.INV.RT

Thank you so much!! 

 

The application is for semiconductor failure rates. 
https://www.renesas.com/us/en/document/qsg/calculation-semiconductor-failure-rates

peng_liu
Level VII

Re: CHISQ.INV.RT

Thanks for letting me know the application and providing the reference.

Recommended Articles