scglue.models.prob.Beta
- class scglue.models.prob.Beta(logit_mu, size)[source]
Bases:
BetaStable beta distribution parameterized by mean and concentration
- Parameters:
logit_mu (
torch.Tensor) – Logit of mean of the beta distributionsize (
torch.Tensor) – Concentration of the beta distribution
Methods
Returns the log of the probability density/mass function evaluated at value.
Attributes