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

Generalized extreme value probability density function (PDF).

Pascal
function GenExtValuePDF(x: double; k: double; Mu: double; sigma: double): double; overload;
Parameters 
Description 
Distribution domain, real value, valid if the relation k*(x-Mu)/sigma >-1 
Defines distribution shape parameter, real value. 
Mu 
Defines distribution location parameter, real value. 
sigma 
Defines distribution scale parameter, positive real value. 

the Generalized extreme value probability density function (PDF) for value x using the parameters k, Mu and sigma.

Calculates the Generalized extreme value distribution probability density function, defined by the equation: 

 

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