<< Chapter < Page Chapter >> Page >
If F is a probability distribution function, the associated quantile function Q is essentially an inverse of F. The quantile function is defined on the unit interval (0,1). For F continuous and strictly increasing at t, then Q(u)=t iff F(t)=u. Thus, if u is a probability value, t=Q(u) is the value of t for which P(X≤t)=u. As an application, one may generate independent classes with prescribed distributions. Matlab procedures are developed for a variety of problems involving quantile functions.

The quantile function

The quantile function for a probability distribution has many uses in both the theory and application of probability. If F is a probability distribution function, the quantile function may be used to “construct” a random variable having F as its distributions function. This fact serves as the basis of a method of simulating the“sampling” from an arbitrary distribution with the aid of a random number generator . Also, given any finite class

{ X i : 1 i n } of random variables, an independent class { Y i : 1 i n } may be constructed, with each X i and associated Y i having the same (marginal) distribution. Quantile functions for simple random variables maybe used to obtain an important Poisson approximation theorem (which we do not develop in this work). The quantile function is usedto derive a number of useful special forms for mathematical expectation.

General concept—properties, and examples

If F is a probability distribution function, the associated quantile function Q is essentially an inverse of F . The quantile function is defined on the unit interval ( 0 , 1 ) . For F continuous and strictly increasing at t , then Q ( u ) = t iff F ( t ) = u . Thus, if u is a probability value, t = Q ( u ) is the value of t for which P ( X t ) = u .

The weibull distribution ( 3 , 2 , 0 )

u = F ( t ) = 1 - e - 3 t 2 t 0 t = Q ( u ) = - ln ( 1 - u ) / 3
Got questions? Get instant answers now!

The normal distribution

The m-function norminv , based on the MATLAB function erfinv (inverse error function), calculates values of Q for the normal distribution.

Got questions? Get instant answers now!

The restriction to the continuous case is not essential. We consider a general definition which applies to any probability distribution function.

Definition : If F is a function having the properties of a probability distribution function, then the quantile function for F is given by

Q ( u ) = inf { t : F ( t ) u } u ( 0 , 1 )

We note

  • If F ( t * ) u * , then t * inf { t : F ( t ) u * } = Q ( u * )
  • If F ( t * ) < u * , then t * < inf { t : F ( t ) u * } = Q ( u * )

Hence, we have the important property:

(Q1) Q ( u ) t iff u F ( t ) u ( 0 , 1 ) .

The property (Q1) implies the following important property:

(Q2) If U uniform ( 0 , 1 ) , then X = Q ( U ) has distribution function F X = F . To see this, note that F X ( t ) = P [ Q ( U ) t ] = P [ U F ( t ) ] = F ( t ) .

Property (Q2) implies that if F is any distribution function, with quantile function Q , then the random variable X = Q ( U ) , with U uniformly distributed on ( 0 , 1 ) , has distribution function F .

Independent classes with prescribed distributions

Suppose { X i : 1 i n } is an arbitrary class of random variables with corresponding distribution functions { F i : 1 i n } . Let { Q i : 1 i n } be the respective quantile functions. There is always an independent class { U i : 1 i n } iid uniform ( 0 , 1 ) (marginals for the joint uniform distribution on the unit hypercube with sides ( 0 , 1 ) ). Then the random variables Y i = Q i ( U i ) , 1 i n , form an independent class with the same marginals as the X i .

Got questions? Get instant answers now!

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Applied probability. OpenStax CNX. Aug 31, 2009 Download for free at http://cnx.org/content/col10708/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Applied probability' conversation and receive update notifications?

Ask