p value to z score

Illustration
Nuchto - 2022-04-04T10:01:57+00:00
Question: p value to z score

How do I determine the z score from a p value? Thanks!

Related Questions

  • p value to z score
  • Expert Answer

    Profile picture of Kshitij Singh Kshitij Singh answered . 2025-11-20

    Using the ‘erfcinv’ function (part of core MATLAB) and writing it as an anonymous function:

     

    z = @(p) -sqrt(2) * erfcinv(p*2);
    where ‘p’ is the probability.
     
    So:
     

    produces:

    zscore =
    
          -1.9600e+000     0.0000e+000     1.9600e+000

     


    Not satisfied with the answer ?? ASK NOW

    Get a Free Consultation or a Sample Assignment Review!