firecrown.likelihood.binned_cluster
Binned cluster statistic support.
Classes
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
A statistic representing clusters in a z, mass bin.
- Parameters:
cluster_properties (firecrown.models.cluster.ClusterProperty)
survey_name (str)
systematics (None | list[firecrown.likelihood.source.SourceSystematic])
- 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.SaccBin] = []