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 <code>[[Bernoulli]](«p»)</code> distribution is less than or equal to «x».
+
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>[[CumBernoulli]](0, 0.8)</code> &rarr; 0,2
+
:<code>CumBernoulli(0, 0.8) &rarr; 0,2</code>
:<code>[[CumBernoulli]](1,0.8)</code> &rarr; 1
+
:<code>CumBernoulli(1,0.8) &rarr; 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


You are not allowed to post comments.