Skip to contents

compute log likelihood for exon count and gene count given a beta-binomial distribution

Usage

ll(exon_count, n, alpha, beta)

Arguments

exon_count

a vector of exon count

n

a vector of gene count with the same length as exon_count

alpha

alpha for beta distribution

beta

beta for beta distribution

Value

a numerical value as negative log likelihood