scvi.distributions.Normal#
- class scvi.distributions.Normal(mu, scale, validate_args=None, normal_mu=None)[source]#
Bases:
NormalNormal distribution.
- Parameters:
mu (
Tensor) – loc of the Normal distribution.scale (
Tensor) – scale of the Normal distribution.validate_args (
bool|None(default:None)) – whether to validate input.normal_mu (
Tensor(default:None)) – Normalized mean expression of the distribution. This optional parameter is not used in any computations but allows storing normalization expression levels.
Attributes table#
Methods table#
|