cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

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