find.mid.point {fCI}R Documentation

find the middle value of the density distribution

Description

find the middle value of the density distribution

Usage

find.mid.point(Y)

Arguments

Y

Details

TBD

Value

position

The value the separates density into two halves

Note

TBD

Author(s)

Shaojun Tang

References

http://software.steenlab.org/fCI/

See Also

TBD

Examples

Y=density(sample(1:100, 50), bw=0.5)
find.mid.point(Y)

[Package fCI version 1.24.0 Index]