powered by
Given several independent probabilities of an event, return the final probability of the event.
combine_probs(...)
A probability vector.
Probability vectors.
This function is only correct if the probabilities are independent!
(p1 <- runif(5)) (p2 <- runif(5)) combine_probs(p1, p2)
Run the code above in your browser using DataLab