scglue.models.prob.ZINB

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

Bases: NegativeBinomial

Zero-inflated negative binomial distribution

Parameters:

Methods

log_prob

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

Attributes