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

Geometric distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double GeometricCDFInv(double y, double p);
Parameters 
Description 
double y 
Probability, real positive value on closed interval [0,1]. 
double p 
Defines success probability. p must lie on the [0,1] closed interval. 

the geometric distribution point percent function (PPF) for probability y by using parameter p (probability). Probability y and parameter p must lie on the interval [0,1], otherwise the result is NAN.

The result of GeometricCDFInv is observing result successes in a row, each with independent success probability p, with probability y.

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