Mixtures
========

Base classes shared by every mixture distribution in :doc:`distributions`.

.. contents:: Modules
   :local:
   :depth: 1

JointNormalMixture
-------------------

.. automodule:: normix.mixtures.joint
   :members:
   :undoc-members:
   :show-inheritance:

NormalMixture
-------------

.. automodule:: normix.mixtures.marginal
   :members:
   :undoc-members:
   :show-inheritance:

FactorNormalMixture
--------------------

.. automodule:: normix.mixtures.factor
   :members:
   :undoc-members:
   :show-inheritance:
