biv.bern | R Documentation |
Densities (probabilities) of a bivariate Bernoulli distribution, Y_1,Y_2
.
biv.bern(p11, p10, p01, p00, y1, y2)
p11 |
The probability that |
p10 |
The probability that |
p01 |
The probability that |
p00 |
The probability that |
y1 |
Outcome for |
y2 |
Outcome for |
Densities (probability) of the joint Bernoulli distribution.
Ken Aho
biv.bern(0.25,0.25,0.25,0.25,1,0)
biv.bern(0.1,0.4,0.3,0.2,1,0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.