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

Discrete uniform distribution point percent function (PPF).

Syntax
C#
Visual Basic
public static double UniformDCDFInv(double p, int N);
Parameters 
Description 
double p 
Probability, real positive value on closed interval [0,1]. 
int N 
Distribution parameter, real positive integer. 

the Discrete uniform distribution point percent function (PPF) for probability p using the parameter N. The probability p must lie on the interval (0,1] and parameter N must be greater than 1, otherwise the result is NAN.

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