/ Home / statistics / 03._Probability / 01._Distribution / 01._Discrete / 01._Bernoulli /
01. BernoulliA Bernoulli distribution is what you get when you make a test with a boolean result (being True:=1 with a probability of p). f(x):=(cond ((= x 1) p) (else (- 1 p))) Or for mathematicians: Expected ValueVarianceThe variance V is: Author: Danny (remove the ".nospam" to send) Last modification on: Thu, 09 May 2013 . |