NORMSINV |
NORMSINV(probability) |
Returns the inverse of the probability distribution function for a standard normal distribution. |
probability | The probability associated with the distribution. |
REMARKS |
* This function is only available for backwards compatibility and should not be used. * NORM.S.INV was added in Excel 2010 to replace this function. * The standard normal distribution is a continuous distribution * Returns the z-value for given probabilities. * If "probability" < 0 then #NUM! is returned. * If "probability" > 1, then #NUM! is returned. * If "probability" is not numeric, then #VALUE! is returned. * This function uses an iterative technique for calculating the function. * This function iterates until the result is accurate to within +- 3x10^-7. * If this function does not converge after 100 iterations, then #N/A is returned. * mean 0, standard deviation 1 * You can use the NORM.INV function to return the inverse of the probability distribution function for normal distribution. * You can use the NORM.DIST function to return the probability distribution function for a normal distribution. * You can use the NORM.S.DIST function to return the probability distribution function for a standard normal distribution. * You can use the NORM.S.INV function to return the inverse of the probability distribution function for a standard normal distribution. * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top