Description Usage Arguments Value Functions See Also
Estimates overlapping area of two distributions.
1 2 3 4 5 | overlap(x, y, nbins = 1024, ...)
overlapNormal(x, mean, sd, nbins = 1024, ...)
overlapLogNormal(x, meanlog, sdlog, nbins = 1024, ...)
|
x |
numerical vector |
y |
numerical vector |
nbins |
number of equally spaced points at which the overlapping density is evaluated see density for details |
... |
optional arguments to be passed to function density |
mean |
mean of normal distribution |
meanlog |
mean of log-normal distribution in log scale |
sdlog |
standard deviation of log-normal distribution in log scale |
sigma |
standard deviation of normal distribution |
Estimates of overlapped areas relative to each pair of distributions
overlap
:
overlapNormal
:
overlapLogNormal
:
overlap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.