<-- Previous || Up || Next -->

Gumbel CDF Function
Math Probability Class

Public Function GumbelCDF( _
      ByVal vX As Variant _
    , Optional ByVal vInvStdDev As Variant = 1 _
    , Optional ByVal vPosition As Variant = 0 _
    ) As Variant

Gumbel Cumulative Distribution Function

See also:
    GumbelInverse Function
    GumbelRandom Function
    GumbelPDF Function
    Declarations Topic
vX: Function returns Null if vX cannot be fixed up to a Double precision floating point number.
vInvStdDev: Inverse standard deviation. Function returns Null if vInvStdDev is less than or equal to zero (<=0). Argument defaults to a value of one (1) if it is missing.
vPosition: Function returns Null if vPosition cannot be fixed up to a Double precision floating point number. Argument defaults to a value of zero (0) if it is missing.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.