View source: R/ch.pToOverlap.r
ch.pToOverlap | R Documentation |
Assume two overlapping distributions, D1 and D2. Randomly select a value from D1 and D2. p(D1 > D2) is the probability that you select a value from D1 that is greater than D2. Overlap = 1 - [abs (p(D1 > D2) - 0.5) / 0.5]. This function converts p(D1 > D2) to Overlap.
ch.pToOverlap(pIn)
pIn |
When randomly sampling from two distributions (D1 and D2), this is the p(D1 > D2) . |
Overlap
ch.pToOverlap (0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.