firecrown.likelihood.gaussian ============================= .. py:module:: firecrown.likelihood.gaussian .. autoapi-nested-parse:: Provides GaussFamily concrete types. Classes ------- .. autoapisummary:: firecrown.likelihood.gaussian.ConstGaussian Module Contents --------------- .. py:class:: ConstGaussian(statistics) Bases: :py:obj:`firecrown.likelihood.gaussfamily.GaussFamily` .. autoapi-inheritance-diagram:: firecrown.likelihood.gaussian.ConstGaussian :parts: 1 A Gaussian log-likelihood with a constant covariance matrix. .. py:method:: compute_loglike(tools) Compute the log-likelihood. :params tools: The modeling tools used to compute the likelihood. :return: The log-likelihood. .. py:method:: make_realization_vector() Create a new (randomized) realization of the model. :return: A new realization of the model