ch.overlapToP | 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 Overlap back to p(D1 > D2).
ch.overlapToP(overlap)
overlap |
A number that equals 1 - [abs (p(D1 > D2) - 0.5) / 0.5]. |
p(D1 > D2)
ch.overlapToP (0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.