Difference between revisions of "CumBernoulli"
(added) |
|||
Line 4: | Line 4: | ||
''new to [[Analytica 5.0]]'' | ''new to [[Analytica 5.0]]'' | ||
− | == CumBernoulli( x, p ) == | + | == CumBernoulli(x, p) == |
− | The probability that the outcome of a | + | The probability that the outcome of a [[Bernoulli]](p) distribution is less than or equal to «x». |
== Library == | == Library == | ||
Line 16: | Line 16: | ||
== Examples == | == Examples == | ||
− | :<code> | + | :<code>CumBernoulli(0, 0.8) → 0,2</code> |
− | :<code> | + | :<code>CumBernoulli(1,0.8) → 1</code> |
== See Also == | == See Also == |
Revision as of 19:02, 18 August 2016
new to Analytica 5.0
CumBernoulli(x, p)
The probability that the outcome of a Bernoulli(p) distribution is less than or equal to «x».
Library
Distribution Densities Library
To use this function, you must add the Distribution Densities Library to your model.
Examples
CumBernoulli(0, 0.8) → 0,2
CumBernoulli(1,0.8) → 1
See Also
Comments
Enable comment auto-refresher