statistics.NormalDist.inv_cdf

The inv_cdf ("Inverse Cumulative Distribution Function") method of an object of type statistics.NormalDist returns the inverse cumulative distribution function, also known as the quantile function or the percent-point function. That is, it returns the value of the random variable for which the probability that the variable is less than or equal to said value matches the value passed as an argument.

Submitted by admin on Tue, 04/20/2021 - 08:22