ch.overlapToP: This function converts Overlap to the p(D1 > D2) .

ch.overlapToPR Documentation

This function converts Overlap to the p(D1 > D2) .

Description

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).

Usage

ch.overlapToP(overlap)

Arguments

overlap

A number that equals 1 - [abs (p(D1 > D2) - 0.5) / 0.5].

Value

p(D1 > D2)

Examples

ch.overlapToP (0.5)

ccpluncw/ccpl_R_chValues documentation built on Feb. 12, 2024, 4:21 a.m.