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

Binomial distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double BinomCDFInv(double y, int N, double p);
Parameters 
Description 
double y 
Probability, real positive value on closed interval [0,1]. 
int N 
Defines number of trials. n must be a positive integer. 
double p 
Defines success probability. p must lie on the [0,1] closed interval. 

the binomial distribution point percent function (PPF).

The result of BinomCDFInv is the smallest integer such that the binomial cdf evaluated at the result is equal to or exceeds y. The y is the probability of observing result successes in n independent trials where p is the probability of success in each trial.

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