﻿scvi.distributions.ZeroInflatedLogNormal
========================================

.. currentmodule:: scvi.distributions

.. add toctree option to make autodoc generate the pages

.. autoclass:: ZeroInflatedLogNormal
   :show-inheritance:



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

.. autosummary::

        ~ZeroInflatedLogNormal.arg_constraints
        ~ZeroInflatedLogNormal.mean
        ~ZeroInflatedLogNormal.support
        ~ZeroInflatedLogNormal.variance
        ~ZeroInflatedLogNormal.zi_logits
        ~ZeroInflatedLogNormal.zi_probs
        ~ZeroInflatedLogNormal.base_dist






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

.. autosummary::

    ~ZeroInflatedLogNormal.get_normalized
    ~ZeroInflatedLogNormal.log_prob
    ~ZeroInflatedLogNormal.sample





Attributes
~~~~~~~~~~



.. autoattribute:: ZeroInflatedLogNormal.arg_constraints

.. autoattribute:: ZeroInflatedLogNormal.mean

.. autoattribute:: ZeroInflatedLogNormal.support

.. autoattribute:: ZeroInflatedLogNormal.variance

.. autoattribute:: ZeroInflatedLogNormal.zi_logits

.. autoattribute:: ZeroInflatedLogNormal.zi_probs

.. autoattribute:: ZeroInflatedLogNormal.base_dist






Methods
~~~~~~~



.. automethod:: ZeroInflatedLogNormal.get_normalized

.. automethod:: ZeroInflatedLogNormal.log_prob

.. automethod:: ZeroInflatedLogNormal.sample


