minimizeNLL {ROSeq}R Documentation

Minimizes the Negative Log-Likelihood by iterating across values of parameters a and b

Description

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

Usage

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


[Package ROSeq version 1.5.0 Index]