We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ZeroInflatedLogits
ZeroInflatedProbs
1 parent fc1403c commit 427016cCopy full SHA for 427016c
1 file changed
numpyro/distributions/__init__.py
@@ -91,7 +91,9 @@
91
OrderedLogistic,
92
Poisson,
93
ZeroInflatedDistribution,
94
+ ZeroInflatedLogits,
95
ZeroInflatedPoisson,
96
+ ZeroInflatedProbs,
97
)
98
from numpyro.distributions.distribution import (
99
Delta,
@@ -227,7 +229,9 @@
227
229
"Wishart",
228
230
"WishartCholesky",
231
"ZeroInflatedDistribution",
232
+ "ZeroInflatedLogits",
233
"ZeroInflatedNegativeBinomial2",
234
"ZeroInflatedPoisson",
235
+ "ZeroInflatedProbs",
236
"ZeroSumNormal",
237
]
0 commit comments