You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.BernoulliCDF Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.BernoulliCDF Function

Bernoulli cumulative distribution function (CDF).

Pascal
function BernoulliCDF(x: integer; p: double): double; overload;
Parameters 
Description 
Function domain, integer, valid values 0 or 1. 
parameter, real positive value on closed intervali [0,1]. 

Bernoulli cumulative distribution function (CDF).

function BernoulliPDF(x: integer; p: single): single; overload;  

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

 

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