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

Bernoulli cumulative distribution function (CDF).

Syntax
C#
Visual Basic
public static double BernoulliCDF(int x, double p);
Parameters 
Description 
int x 
Function domain, integer, valid values 0 or 1. 
double p 
parameter, real positive value on closed intervali [0,1]. 

Bernoulli cumulative distribution function (CDF).

Calculates the Bernoulli czumulative density function. The Bernoulli probability density function is defined by the following equation: 

 

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