Bernoulli cumulative distribution function (CDF).
Parameters |
Description |
x |
Function domain, integer, valid values 0 or 1. |
p |
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!
|