Documentation
NegativeBinomial
Examples
Tutorials
Bases: TorchDistribution
TorchDistribution
Negative binomial distribution.
mu (Tensor) – Mean of the distribution.
theta (Tensor) – Inverse dispersion.
validate_args (bool | None)