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

Geometric PDF Function
Math Probability Class

Public Function GeometricPDF( _
      ByVal vNumSuccess As Variant _
    , ByVal vProbSuccess As Variant _
    ) As Variant

Geometric Probability Density Function

See also:
    GeometricCDF Function
    GeometricInverse Function
    GeometricRandom Function
    Declarations Topic
vNumSuccess: Number is truncated to the nearest integer. Function returns Null if vNumSuccess is less than zero (<0).
vProbSuccess: Function returns Null if vProbSuccess is less than zero (<0) or greater than or equal to one (>=1).

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