Learn R Programming

bda (version 13.4.13)

EM.NGS: Fitting Finite Normal Mixture to NGS data

Description

Fitting Finite Normal Mixture to NGS data.

Usage

EM.NGS(x, mixed=TRUE)

Arguments

x

Next-Generation Sequencing data or similar. Could have a lot of zeros but negative values are not allowed

mixed

Indicator to have a component to handle the zeros.

Details

Histogram type density estimation via binning.

Examples

Run this code
# NOT RUN {
 # To be updated.
 x = rexp(100,1)
# }

Run the code above in your browser using DataLab