You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > Probabilities.BernoulliCDFInv Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.BernoulliCDFInv Method

Bernoulli distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double BernoulliCDFInv(double y, double p);
Parameters 
Description 
double y 
Probability, real positive value on closed interval [0,1]. 
double p 
parameter, real positive value on closed intervali [0,1]. 

the Bernoulli distribution point percent function (PPF)

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