overlap: Overlapping estimation

Description Usage Arguments Value Functions See Also

View source: R/overlap.R

Description

Estimates overlapping area of two distributions.

Usage

1
2
3
4
5
overlap(x, y, nbins = 1024, ...)

overlapNormal(x, mean, sd, nbins = 1024, ...)

overlapLogNormal(x, meanlog, sdlog, nbins = 1024, ...)

Arguments

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

Value

Estimates of overlapped areas relative to each pair of distributions

Functions

See Also

overlap


oliviermfmartin/HelpingHand documentation built on Oct. 10, 2020, 5:59 a.m.