Returns a value from a cumulative probability distribution.
Category: | Probability |
Note: | The QUANTILE function returns the quantile from a distribution that you specify. The QUANTILE function is the inverse of the CDF function. For more information, see QUANTILE Function. |
is a character constant, variable, or expression that identifies the distribution. Valid distributions are as follows:
Note | Except for T, F, and NORMALMIX, you can minimally identify any distribution by its first four characters. |
is a numeric constant, variable, or expression that specifies the value of the random variable.
are optional constants, variables, or expressions that specify shape, location, or scale parameters appropriate for the specific distribution.
See | Details for complete information about these parameters. |
is a numeric random variable.
is a numeric shape parameter.
Range | a > 0 |
is a numeric shape parameter.
Range | b > 0 |
is the numeric left location parameter.
Default | 0 |
is the right location parameter.
Default | 1 |
Range | r > l |
is an integer random variable that counts the number of successes.
Range | m = 0, 1, ... |
is a numeric probability of success.
Range | 0 ≤ p ≤ 1 |
is an integer parameter that counts the number of independent Bernoulli trials.
Range | n = 0, 1, ... |
is a numeric random variable.
is a numeric location parameter.
Default | 0 |
is a numeric scale parameter.
Default | 1 |
Range | λ > 0 |
is a numeric random variable.
is a numeric degrees of freedom parameter.
Range | df > 0 |
is an optional numeric non-centrality parameter.
Range | nc ≥ 0 |
is a numeric random variable.
is a numeric numerator degrees of freedom parameter.
Range | ndf > 0 |
is a numeric denominator degrees of freedom parameter.
Range | ddf > 0 |
is a numeric non-centrality parameter.
Range | nc ≥ 0 |
is a numeric random variable.
is a numeric shape parameter.
Range | a > 0 |
is a numeric scale parameter.
Default | 1 |
Range | λ > 0 |
is a numeric random variable that denotes the number of failures.
Range | m = 0, 1, ... |
is a numeric probability of success.
Range | 0 ≤ p ≤ 1 |
is an integer random variable.
is an integer population size parameter.
Range | N = 1, 2, ... |
is an integer number of items in the category of interest.
Range | R = 0, 1, ..., N |
is an integer sample size parameter.
Range | n = 1, 2, ..., N |
is an optional numeric odds ratio parameter.
Range | o > 0 |
is a numeric random variable.
is a numeric location parameter.
Default | 0 |
is a numeric scale parameter.
Default | 1 |
Range | λ > 0 |
is a numeric random variable.
is a numeric location parameter
Default | 0 |
is a numeric scale parameter.
Default | 1 |
Range | λ > 0 |
is a numeric random variable.
specifies a numeric log scale parameter. (e(θ) is a scale parameter.)
Default | 0 |
specifies a numeric shape parameter.
Default | 1 |
Range | λ > 0 |
is a positive integer random variable that counts the number of failures.
Range | m = 0, 1, ... |
is a numeric probability of success.
Range | 0 ≤ p ≤ 1 |
is a numeric value that counts the number of successes.
Range | n > 0 |
is a numeric random variable.
is a numeric location parameter.
Default | 0 |
is a numeric scale parameter.
Default | 1 |
Range | λ > 0 |
is a numeric random variable.
is the integer number of mixtures.
Range | n = 1, 2, ... |
is the n proportions, , where .
Range | p = 0, 1, ... |
is the n means .
is the n standard deviations .
Range | s > 0 |
is a numeric random variable.
is a numeric shape parameter.
Range | a > 0 |
is a numeric scale parameter.
Default | 1 |
Range | k > 0 |
is a numeric random variable.
is a numeric degrees of freedom parameter.
Range | df > 0 |
is an optional numeric non-centrality parameter.
is a random variable.
Range | y ≥0 |
Notes | This argument is required. |
When p>1, y is numeric. When p=1, y is an integer. |
is the power parameter.
Range | p ≥1 |
Note | This argument is required. |
is the mean.
Default | 1 |
Range | µ>0 |
is the dispersion parameter.
Default | 1 |
Range | φ>0 |
is a numeric random variable.
is the numeric left location parameter.
Default | 0 |
is the numeric right location parameter.
Default | 1 |
Range | r > l |
is a numeric random variable.
is a numeric shape parameter.
Range | a > 0 |
is a numeric scale parameter.
Default | 1 |
Range | λ > 0 |