scglue.models.prob.ZIN
- class scglue.models.prob.ZIN(zi_logits, loc, scale)[源代码]
基类:
NormalZero-inflated normal distribution with subsetting support
- 参数:
zi_logits (
torch.Tensor) – Zero-inflation logitsloc (
torch.Tensor) – Location of the normal distributionscale (
torch.Tensor) – Scale of the normal distribution
方法
Returns the log of the probability density/mass function evaluated at value.
属性