cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace
Choose Language Hide Translation Bar

JMP / JSL equivalent excel's NORM.S.INV

What is the JMP / JSL equivalent Excel's NORM.S.INV function.

 

It takes a p value and returns Z value

 

for example at .5, it returns 0

as .84 returns ~1

 

Thanks!

 

 

1 REPLY 1
ian_jmp
Level X

Re: JMP / JSL equivalent excel's NORM.S.INV

Try 'Normal Quantile()'. And do 'Help > Scripting Index' and search for 'Normal' to see this and related functions.