cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
See how to use to use Text Explorer to glean valuable information from text data at April 25 webinar.
Choose Language Hide Translation Bar
View Original Published Thread

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.