Description Usage Arguments Value Author(s) See Also
Pre-compile heavily used functions. Refer to evalLogLikZINB
1 | evalLogLikZINB_comp(vecCounts, vecMu, vecDisp, vecPi, vecidxNotZero, vecidxZero)
|
vecCounts |
(count vector number of samples) Observed read counts, not observed are NA. |
vecMu |
(vector number of samples) Negative binomial mean parameter. |
vecDisp |
(scalar vector number of samples) Negative binomial dispersion parameters. |
vecPi |
(probability vector number of samples) Drop-out rate estimates. |
vecidxNotZero |
(bool vector number of samples) Whether observation is larger than zero. |
vecidxZero |
(bool vector number of samples) Whether observation is zero. |
scaLogLik (scalar) Likelihood under zero-inflated negative binomial model.
David Sebastian Fischer
evalLogLikZINB
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.