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

Gumbel cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double GumbelCDF(double x, double Mu, double beta, bool minimum);
Parameters 
Description 
double x 
Function domain, real value. 
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 cumulative distribution function (CDF) for value x by using parameters Mu and beta.

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!