You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > GumbelCDFInv Method > Probabilities.GumbelCDFInv Method (double, double, double, bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.GumbelCDFInv Method (double, double, double, bool)

Gumbel distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double GumbelCDFInv(double p, double Mu, double beta, bool minimum);
Parameters 
Description 
double p 
Probability, real positive value on closed interval [0,1]. 
double Mu 
Defines the location parameter. 
double beta 
Defines the scale parameter, positive real value. 
bool 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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!