:py:mod:`nessai.flows.distributions` ==================================== .. py:module:: nessai.flows.distributions .. autoapi-nested-parse:: Distributions to use as the 'base distribution' for normalising flows. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: nessai.flows.distributions.MultivariateNormal .. py:class:: MultivariateNormal(shape, var=1) Bases: :py:obj:`nflows.distributions.Distribution` A multivariate Normal with zero mean and specified covariance. :Parameters: **shape** : tuple Shape of distribution, this is used to determine the number of dimensions. **var** : float, optional Variance of the distribution. .. !! processed by numpydoc !!