Class
NumCosmoXcorKernelClusterTophat
Description [src]
final class NumCosmo.XcorKernelClusterTophat : NumCosmo.XcorKernelCluster
{
/* No available fields */
}
Implementation of cluster kernel using a top-hat redshift distribution.
This implements a simplified cluster kernel using the thin-z approximation, where all mass-dependent factors are assumed constant within the redshift bin and are absorbed into an overall normalization.
The kernel is given by: \begin{equation} K(z,k) = \Theta(z; z_{\rm lower}, z_{\rm upper}) \sqrt{P(k,z)} \end{equation}
where $\Theta(z; z_{\rm lower}, z_{\rm upper})$ is a normalized top-hat function: \begin{equation} \Theta(z; z_{\rm lower}, z_{\rm upper}) = \begin{cases} \frac{1}{z_{\rm upper} - z_{\rm lower}} & \text{if } z_{\rm lower} \le z \le z_{\rm upper} \ 0 & \text{otherwise} \end{cases} \end{equation}
and $P(k,z)$ is the matter power spectrum.
Constructors
nc_xcor_kernel_cluster_tophat_new
Creates a new NcXcorKernelClusterTophat with a top-hat redshift distribution
between z_lower and z_upper.
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.