The Z Score is the signed number of standard deviations a datum is above or below the mean of a Standard Normal Distribution. Often it is determined from extensive tables; here it is calculated using the inverse erf function, mcatd.inverseErf();
mcatd.inverseErf()
p is a valid probability (0 < p < 1).
p
mctad.z(p)
Z Score
The Z Score is the signed number of standard deviations a datum is above or below the mean of a Standard Normal Distribution. Often it is determined from extensive tables; here it is calculated using the inverse erf function,
mcatd.inverseErf()
;Assumptions
p
is a valid probability (0 < p < 1).Use
mctad.z(p)
Inline Comments