firecrown.likelihood.binned_cluster =================================== .. py:module:: firecrown.likelihood.binned_cluster .. autoapi-nested-parse:: Binned cluster statistic support. Classes ------- .. autoapisummary:: firecrown.likelihood.binned_cluster.BinnedCluster Module Contents --------------- .. py:class:: BinnedCluster(cluster_properties, survey_name, cluster_recipe, systematics = None) Bases: :py:obj:`firecrown.likelihood.statistic.Statistic` .. autoapi-inheritance-diagram:: firecrown.likelihood.binned_cluster.BinnedCluster :parts: 1 A statistic representing clusters in a z, mass bin. .. py:attribute:: systematics :value: [] .. py:attribute:: theory_vector :type: None | firecrown.data_types.TheoryVector :value: None .. py:attribute:: cluster_properties .. py:attribute:: survey_name .. py:attribute:: cluster_recipe .. py:attribute:: data_vector .. py:attribute:: sky_area :value: 0.0 .. py:attribute:: bins :type: list[firecrown.models.cluster.binning.SaccBin] :value: [] .. py:method:: get_data_vector() Gets the statistic data vector. :return: The statistic data vector.