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

Discrete uniform cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double UniformDCDF(int x, int N);

the discrete uniform cumulative distribution function (CDF) for value x using the parameter N. The parameter N must be greater or equal to 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!