| lwrDens | R Documentation |
lwrDens(parVal, shapeA1, shapeA2, shapeB1, shapeB2, distrib)
parVal |
|
shapeA1 |
|
shapeA2 |
|
shapeB1 |
|
shapeB2 |
|
distrib |
CLEMONS, Traci E.; BRADLEY, Edwin L. A nonparametric measure of the overlapping coefficient. Computational statistics & data analysis, 2000, 34.1: 51-61.
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (parVal, shapeA1, shapeA2, shapeB1, shapeB2, distrib)
{
denA <- get(distrib)(parVal, shapeA1, shapeA2)
denB <- get(distrib)(parVal, shapeB1, shapeB2)
pmin(denA, denB)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.