Description Usage Arguments Value Examples
Measures the amount of overlap between two sampled numerical distributions x1 and x2. The return value states the degree of overlap. If 1 then 100 percent is overlapped meanwhile a 0 indicates no overlap.
1 | distOverlap(x1, x2, breaks = NULL)
|
x1 |
samples from distribution 1 |
x2 |
samples from distribution 2 |
breaks |
manually specify the breaks to use which if set to NULL (the default) will be estimated by histogram |
the overlap in percent represented as a number between 0 and 1
1 | distOverlap(rnorm(10, 10, 5), rnorm(10, 5, 5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.