find.mid.point: find the middle value of the density distribution

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/utils.R

Description

find the middle value of the density distribution

Usage

1

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

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

fCI documentation built on Nov. 8, 2020, 6:53 p.m.