You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.GumbelCDFInv Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.GumbelCDFInv Function

Gumbel distribution point percent function (PPF).

Pascal
function GumbelCDFInv(p: double; Mu: double; beta: double; minimum: boolean): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Mu 
Defines the location parameter. 
beta 
Defines the scale parameter, positive real value. 
minimum 
Defines maximum or minimum Gumbel distrubution. If true, th routine calculates minimum Gumbel PDF If false, the routine calculates maximum Gumbel PDF. 

the Gumbel distribution point percent function (PPF) for probability p using the parameters Mu and beta. Parameter beta must be positive, otherwise the result is NAN.

The inverse Gumbel cumulative distribution function is defined by the following equation: 

 

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!