﻿scvi.distributions.ZeroInflatedGamma
====================================

.. currentmodule:: scvi.distributions

.. add toctree option to make autodoc generate the pages

.. autoclass:: ZeroInflatedGamma



Attributes table
~~~~~~~~~~~~~~~~~~

.. autosummary::

    ~scvi.distributions.ZeroInflatedGamma.arg_constraints
    ~scvi.distributions.ZeroInflatedGamma.batch_shape
    ~scvi.distributions.ZeroInflatedGamma.event_shape
    ~scvi.distributions.ZeroInflatedGamma.has_enumerate_support
    ~scvi.distributions.ZeroInflatedGamma.has_rsample
    ~scvi.distributions.ZeroInflatedGamma.mean
    ~scvi.distributions.ZeroInflatedGamma.mode
    ~scvi.distributions.ZeroInflatedGamma.stddev
    ~scvi.distributions.ZeroInflatedGamma.support
    ~scvi.distributions.ZeroInflatedGamma.variance
    ~scvi.distributions.ZeroInflatedGamma.zi_logits
    ~scvi.distributions.ZeroInflatedGamma.zi_probs





Methods table
~~~~~~~~~~~~~

.. autosummary::

    ~scvi.distributions.ZeroInflatedGamma.cdf
    ~scvi.distributions.ZeroInflatedGamma.entropy
    ~scvi.distributions.ZeroInflatedGamma.enumerate_support
    ~scvi.distributions.ZeroInflatedGamma.expand
    ~scvi.distributions.ZeroInflatedGamma.get_normalized
    ~scvi.distributions.ZeroInflatedGamma.icdf
    ~scvi.distributions.ZeroInflatedGamma.log_prob
    ~scvi.distributions.ZeroInflatedGamma.perplexity
    ~scvi.distributions.ZeroInflatedGamma.rsample
    ~scvi.distributions.ZeroInflatedGamma.sample
    ~scvi.distributions.ZeroInflatedGamma.sample_n
    ~scvi.distributions.ZeroInflatedGamma.set_default_validate_args





Attributes
~~~~~~~~~~~



.. autoattribute:: ZeroInflatedGamma.arg_constraints

.. autoattribute:: ZeroInflatedGamma.batch_shape

.. autoattribute:: ZeroInflatedGamma.event_shape

.. autoattribute:: ZeroInflatedGamma.has_enumerate_support

.. autoattribute:: ZeroInflatedGamma.has_rsample

.. autoattribute:: ZeroInflatedGamma.mean

.. autoattribute:: ZeroInflatedGamma.mode

.. autoattribute:: ZeroInflatedGamma.stddev

.. autoattribute:: ZeroInflatedGamma.support

.. autoattribute:: ZeroInflatedGamma.variance

.. autoattribute:: ZeroInflatedGamma.zi_logits

.. autoattribute:: ZeroInflatedGamma.zi_probs






Methods
~~~~~~~



.. automethod:: ZeroInflatedGamma.cdf

.. automethod:: ZeroInflatedGamma.entropy

.. automethod:: ZeroInflatedGamma.enumerate_support

.. automethod:: ZeroInflatedGamma.expand

.. automethod:: ZeroInflatedGamma.get_normalized

.. automethod:: ZeroInflatedGamma.icdf

.. automethod:: ZeroInflatedGamma.log_prob

.. automethod:: ZeroInflatedGamma.perplexity

.. automethod:: ZeroInflatedGamma.rsample

.. automethod:: ZeroInflatedGamma.sample

.. automethod:: ZeroInflatedGamma.sample_n

.. automethod:: ZeroInflatedGamma.set_default_validate_args


