JSL - Inverse Probability Distribution
First off, thank you to everyone who is answer my myraid of questions... I am very greatful for your time. I am trying to calculate an inverse of a normal distribution, like: Z = Normal Inverse(p,mu,sigma); I can only really find: 1 - p = Normal Distribution(Z, mu, sigma); I know it must be available, but my googling skills are not helping me here... I am also assuming that other common distribut...