Class

NumCosmoXcorKernelCluster

Description [src]

abstract class NumCosmo.XcorKernelCluster : NumCosmo.XcorKernel
{
  /* No available fields */
}

Base class for cluster kernels in cross-correlations.

This is a placeholder base class for cluster kernels. The full implementation of a cluster kernel would potentially involve integration over halo mass function:

\begin{equation} K_\alpha(z,k) = \frac{dV}{dz}(z) \left[ \int dM \, b(M,z) \, \frac{dn}{dM}(M,z) \, S_\alpha(M,z) \, p(M,z) \right] \sqrt{P(k,z)} \end{equation}

where: - $\frac{dV}{dz}$ is the comoving volume element per steradian, - $\frac{dn}{dM}(M,z)$ is the halo mass function, - $b(M,z)$ is the halo bias, - $S_\alpha(M,z)$ is the selection function of bin $\alpha$, - $p(M,z)$ is the catalog purity, - $P(k,z)$ is the matter power spectrum.

Different implementations will provide different approximations or methods for computing this kernel.

Instance methods

Methods inherited from NcXcorKernel (35)

Please see NcXcorKernel for a full list of methods.

Methods inherited from NcmModel (89)

Please see NcmModel for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from NcXcorKernel (12)
NumCosmo.XcorKernel:adaptive-boundary-tries
No description available.

NumCosmo.XcorKernel:adaptive-epsilon
No description available.

NumCosmo.XcorKernel:dist
No description available.

NumCosmo.XcorKernel:expansion-factor
No description available.

NumCosmo.XcorKernel:integrator
No description available.

NumCosmo.XcorKernel:l-limber
No description available.

NumCosmo.XcorKernel:lmax
No description available.

NumCosmo.XcorKernel:max-border-expansions
No description available.

NumCosmo.XcorKernel:max-iter
No description available.

NumCosmo.XcorKernel:powspec
No description available.

NumCosmo.XcorKernel:reltol
No description available.

NumCosmo.XcorKernel:scaled-abstol
No description available.

Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
No description available.
NumCosmoMath.Model:name
No description available.
NumCosmoMath.Model:nick
No description available.
NumCosmoMath.Model:params-types
No description available.
NumCosmoMath.Model:reparam
No description available.
NumCosmoMath.Model:scalar-params-len
No description available.
NumCosmoMath.Model:sparam-array
No description available.
NumCosmoMath.Model:submodel-array
No description available.
NumCosmoMath.Model:vector-params-len
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct NumCosmoXcorKernelClusterClass {
  /* no available fields */
}

No description available.