Class
NumCosmoXcorKernelGal
Description [src]
final class NumCosmo.XcorKernelGal : NumCosmo.XcorKernel
{
/* No available fields */
}
Implementation of NcXcorKernel for galaxy density.
The kernel is given by \begin{equation} W^g (z) = b(z) \frac{dn}{dz} + \frac{3\Omega_m}{2c} \frac{H^2_0}{H(z)} (1+ z) \, \chi(z) \, (5s-2) \, g(z) \end{equation} where \begin{equation} g(z) = \int_z^{z_{*}} dz^\prime \left( 1 - \frac{\chi(z)}{\chi(z^\prime)}\right) \frac{dn}{dz^\prime}$. \end{equation}
$\frac{dn}{dz}$ is the (automatically normalized) redshift distribution of galaxies
(implemented as a NcmSpline), $ b(z)$ is the large-scale clustering bias and $s$ is
the magnification bias. $b(z)$ can be a single number or a NcmSpline.
Instance methods
Methods inherited from NcXcorKernel (35)
Please see NcXcorKernel for a full list of methods.
Properties
Properties inherited from NcXcorKernel (12)
NumCosmo.XcorKernel:adaptive-boundary-tries
NumCosmo.XcorKernel:adaptive-epsilon
NumCosmo.XcorKernel:dist
NumCosmo.XcorKernel:expansion-factor
NumCosmo.XcorKernel:integrator
NumCosmo.XcorKernel:l-limber
NumCosmo.XcorKernel:lmax
NumCosmo.XcorKernel:max-border-expansions
NumCosmo.XcorKernel:max-iter
NumCosmo.XcorKernel:powspec
NumCosmo.XcorKernel:reltol
NumCosmo.XcorKernel:scaled-abstol
Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
NumCosmoMath.Model:name
NumCosmoMath.Model:nick
NumCosmoMath.Model:params-types
NumCosmoMath.Model:reparam
NumCosmoMath.Model:scalar-params-len
NumCosmoMath.Model:sparam-array
NumCosmoMath.Model:submodel-array
NumCosmoMath.Model:vector-params-len
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.