scglue.models.prob.BetaBinomial

class scglue.models.prob.BetaBinomial(logit_mu, size)[source]

Bases: Beta

Stable beta-binomial distribution parameterized by mean and concentration

Parameters:
  • logit_mu (torch.Tensor) – Logit of mean of the beta distribution

  • size (torch.Tensor) – Concentration of the beta distribution

Methods

log_prob

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

Attributes