minimizeNLL: Minimizes the Negative Log-Likelihood by iterating across...

Description Usage Arguments Value See Also

View source: R/ROSeq.R

Description

Takes in as input a vector of values (coefficients), the number of bins and the normalized probability dsitribution of ranks

Usage

1
minimizeNLL(coefficients, r, readCount)

Arguments

coefficients

A vector containing two values for a and b

r

The number of bins

readCount

A vector of (normalized) frequency of read counts that fall within each bin

Value

NLL Negative-Log Likelihood for the input coefficients

See Also

findParams


krishan57gupta/ROSeq documentation built on March 3, 2021, 11:12 a.m.