scglue.models.prob.ZINB

class scglue.models.prob.ZINB(zi_logits, total_count, logits=None)[源代码]

基类:NegativeBinomial

Zero-inflated negative binomial distribution

参数:

方法

log_prob

Returns the log of the probability density/mass function evaluated at value.

属性