- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
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.