pA | R Documentation |
Estimate marginal and conditional probabilities using Bayes theorem.
pA(pAgivenB, pB, pAgivenNotB)
pB(pBgivenA, pA, pBgivenNotA)
pAgivenB(pBgivenA, pA, pB = NULL, pBgivenNotA = NULL)
pBgivenA(pAgivenB, pB, pA = NULL, pAgivenNotB = NULL)
pAgivenNotB(pAgivenB, pA, pB)
pBgivenNotA(pBgivenA, pA, pB)
pAgivenB |
The conditional probability of |
pB |
The marginal probability of event |
pAgivenNotB |
The conditional probability of |
pBgivenA |
The conditional probability of |
pA |
The marginal probability of event |
pBgivenNotA |
The conditional probability of |
Estimates marginal or conditional probabilities using Bayes theorem.
The requested marginal or conditional probability. One of:
the marginal probability of A
the marginal probability of B
the conditional probability of A
given B
the conditional probability of B
given A
the conditional probability of A
given NOT B
the conditional probability of B
given NOT A
Other bayesian:
deriv_d_negBinom()
pA(pAgivenB = .95, pB = .285, pAgivenNotB = .007171515)
pB(pBgivenA = .95, pA = .285, pBgivenNotA = .007171515)
pAgivenB(pBgivenA = .95, pA = .285, pB = .2758776)
pAgivenB(pBgivenA = .95, pA = .285, pBgivenNotA = .007171515)
pAgivenB(pBgivenA = .95, pA = .003, pBgivenNotA = .007171515)
pBgivenA(pAgivenB = .95, pB = .285, pA = .2758776)
pBgivenA(pAgivenB = .95, pB = .285, pAgivenNotB = .007171515)
pBgivenA(pAgivenB = .95, pB = .003, pAgivenNotB = .007171515)
pAgivenNotB(pAgivenB = .95, pB = .003, pA = .01)
pBgivenNotA(pBgivenA = .95, pA = .003, pB = .01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.