firecrown.likelihood.binned_cluster

Binned cluster statistic support.

Classes

BinnedCluster

A statistic representing clusters in a z, mass bin.

Module Contents

class firecrown.likelihood.binned_cluster.BinnedCluster(cluster_properties, survey_name, cluster_recipe, systematics=None)[source]

Bases: firecrown.likelihood.statistic.Statistic

Inheritance diagram of firecrown.likelihood.binned_cluster.BinnedCluster

A statistic representing clusters in a z, mass bin.

Parameters:
systematics = []
theory_vector: None | firecrown.data_types.TheoryVector = None
cluster_properties
survey_name
cluster_recipe
data_vector
sky_area = 0.0
bins: list[firecrown.models.cluster.binning.SaccBin] = []
get_data_vector()[source]

Gets the statistic data vector.

Returns:

The statistic data vector.

Return type:

firecrown.data_types.DataVector