halomod.cross_correlations.ConstantCorr

class halomod.cross_correlations.ConstantCorr(hods, **model_params)[source]

Correlation relation for constant cross-correlation pairs

Methods

R_cs(m)

The cross-correlation of central-satellite pairs within a halo.

R_sc(m)

The cross-correlation of satellite-central pairs within a halo.

R_ss(m)

The cross-correlation of numbers of pairs within a halo.

__init__(hods, **model_params)

Initialize self.

cs_cross_pairs(m)

The average value of cross-pairs in a halo of mass m.

get_models()

Get a dictionary of all implemented models for this component.

sc_cross_pairs(m)

The average value of cross-pairs in a halo of mass m,

self_pairs(m)

The expected number of cross-pairs at a separation of zero.

ss_cross_pairs(m)

The average value of cross-pairs in a halo of mass m.