minimizeNLL {ROSeq} | R Documentation |
Takes in as input a vector of values (coefficients), the number of bins and the normalized probability dsitribution of ranks
minimizeNLL(coefficients, r, readCount)
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 |
NLL Negative-Log Likelihood for the input coefficients