cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • See how to design an experiment, explore factor-response relationships, assess tradeoffs, and ID best settings. Register for Sep. 11 Mastering JMP.

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.pngpeng_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.pngpeng_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