|
In theory of probability, a quantile function of a probability distribution is the inverse of its cumulative distribution function. Probability theory is the mathematical study of probability. ...
In probability theory, every random variable may be attributed to a function defined on a state space equipped with a probability distribution that assigns a probability to every subset (more precisely every measurable subset) of its state space in such a way that the probability axioms are satisfied. ...
In mathematics, an inverse function is in simple terms a function which does the reverse of a given function. ...
In probability theory, the cumulative distribution function (abbreviated cdf) completely describes the probability distribution of a real-valued random variable, X. For every real number x, the cdf is given by where the right-hand side represents the probability that the random variable X takes on a value less than...
Simple example For example, the quantile function for Exponential(λ) is  for . The quartiles are therefore: In descriptive statistics, a quartile is any of the three values which divide the sorted data set into four equal parts, so that each part represents 1/4th of the sample or population. ...
- first quartile
 - median
 - third quartile
 This article is about the statistical concept. ...
Theory The quantile functions of even the common distributions are relatively poorly understood beyond the use of simple lookup tables, which is at odds with their importance in Monte Carlo sampling, where a sample from a given distribution may be obtained in principle by applying its quantile function to a sample from a uniform distribution. The exponential case above is one of the very few distributions where there is a simple formula. In the absence of better methods one can always resort to searching the values of the cumulative distribution function (CDF) using the bisection method. For algorithms to evaluate CDFs see the Numerical Recipes series of books. A few steps of the bisection method applied over the starting range [a1;b1]. The red dot is the root of the function. ...
Numerical Recipes is the generic term for the following books on algorithms and numerical analysis, all by William Press, Saul Teukolsky, William Vetterling and Brian Flannery: Numerical Recipes in C++. The Art of Scientific Computing, ISBN 0-521-75033-4. ...
Users of quantile functions typically fall into two categories, those interested in statistical applications and those involved in Monte-Carlo simulations. For statistical applications, users need to know key percentage points of a given distribution. For example, they require the median and 25% and 75% quartiles as in the example above or 5%, 95%, 2.5%, 97.5% levels for other applications such as assessing the significance of an observation whose distribution is known. See the quantile entry. Statistical applications of quantile functions are discussed extensively by Gilchrist (2000). This article or section does not cite any references or sources. ...
To support Monte-Carlo simulations, users employ quantile functions to produce random, non-uniform deviates for use in diverse types of simulation calculations. The demands, for example, of simulation methods in modern computational finance are focusing increasing attention on methods based on quantile functions, as they work well with multivariate techniques based on either copula or quasi-Monte-Carlo methods (see Jackel, 2002) and Monte Carlo methods in finance. In the field of financial mathematics, many problems, for instance the problem of finding the arbitrage-free value of a particular derivative, boil down to the computation of a particular integral. ...
Quantile functions may also be characterized as solutions non-linear ordinary and partial differential equations. The ODEs for the cases of the normal, Student, beta and gamma distributions have been given and solved (see Steinbrecher and Shaw, 2008).
The normal distribution The normal distribution is perhaps the most important case, and, in the absence of a simple formula, approximate representations are usually used. Thorough composite rational and polynomial approximations have been given by Wichura (1988) and Acklam (see his web site in External Links). Also see the entry on the probit function. The normal distribution, also called the Gaussian distribution, is an important family of continuous probability distributions, applicable in many fields. ...
In probability theory and statistics the probit function is the inverse cumulative distribution function, or quantile function of the normal distribution. ...
Ordinary differential equation for the normal quantile A non-linear ordinary differential equation for the normal quantile, w(u), may be given. It is  with the centre (boundary) conditions   This equation may be solved by several methods, including the classical power series approach. From this solutions of arbitrarily high accuracy may be developed (see Steinbrecher and Shaw, 2008).
The Student t distribution This has historically been one of the more intractable cases, as the presence of a parameter, ν, the degrees of freedom, makes the use of rational and other approximations awkward. Simple formulas exist when the ν = 1, 2, 4 and the problem may be reduced to the solution of a polynomial when ν is even. In other cases the quantile functions may be developed as power series (see Shaw (2006) for details). The simple cases are as follows:
ν = 1 (Cauchy distribution)  ν = 2  ν = 4  where  and  References - Gilchrist, W. (2000). Statistical Modelling with Quantile Functions.
- Jaeckel, P. (2002). Monte Carlo methods in finance.
- Wichura, M.J. (1988). "Algorithm AS241: The Percentage Points of the Normal Distribution". Applied Statistics 37: 477-484.
- Shaw, W.T. (2006). "Sampling Student’s T distribution – use of the inverse cumulative distribution function.". Journal of Computational Finance 9 (4): 37-73.
- Steinbrecher, G., Shaw, W.T. (2008). "Quantile mechanics". European Journal of Applied Mathematics 19 (2): 87-112.
External links - [1] An algorithm for computing the inverse normal cumulative distribution function.
- [2] Refinement of the Normal Quantile
- [3] New Method's for Managing "Student's" T Distribution
- [4] ACM Algorithm 396: Student's t-Quantiles
- [5] Applying series expansion to the inverse beta distribution to find percentiles of the F-distribution
|