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

Gumbel probability density function (PDF).

Pascal
function GumbelPDF(x: double; Mu: double; beta: double; minimum: boolean): double; overload;
Parameters 
Description 
Function domain, real value. 
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 probability density function (PDF) for value x by using parameters Mu and beta.

Calculates Gumbel (minimum or maximum) distribution probabilty density function, defined by the following equation: 

 

The Gumbel distribution is a special case of the Generalized Extreme Value distribution. It used in industry in QA/QC applications and in the environmental sciences to model extreme values associated with flooding and rainfall. The Gumbel distribution takes its name from Emil J. Gumbel.

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