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

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.

Recommended Articles