Class

NumCosmoGalaxyRedshiftObsSelGauss

Description [src]

final class NumCosmo.GalaxyRedshiftObsSelGauss : NumCosmo.GalaxyRedshiftObsSel
{
  /* No available fields */
}

Gaussian population photo-z observable distribution.

A NcGalaxyRedshiftObsSel whose population observable at true redshift $z$ is Gaussian, $\mathrm{obs} \sim \mathcal{N}(z, \sigma_z)$ with $\sigma_z = \sigma_0 (1 + z)$ and a single population-scatter parameter $\sigma_0$. Currently shares the Gaussian-integral math with the per-galaxy NcGalaxyRedshiftObsGauss, but is a distinct abstraction free to become a scatter mixture as its assumptions diverge.

Constructors

nc_galaxy_redshift_obs_sel_gauss_new

Creates a new NcGalaxyRedshiftObsSelGauss.

Functions

nc_galaxy_redshift_obs_sel_gauss_clear

Decreases the reference count of gsdropg by one, and sets the pointer *gsdropg to NULL.

Instance methods

nc_galaxy_redshift_obs_sel_gauss_free

Decreases the reference count of gsdropg by one.

nc_galaxy_redshift_obs_sel_gauss_ref

Increases the reference count of gsdropg by one.

Methods inherited from NcGalaxyRedshiftObsSel (4)
nc_galaxy_redshift_obs_sel_eval

Computes the population-level probability density of the observable at value obs and fixed true redshift z, i.e. the density whose integral over a window is nc_galaxy_redshift_obs_sel_window_mass(). Used by the binning calculator to build the marginal observable distribution $P(z_p)$.

nc_galaxy_redshift_obs_sel_free

Decreases the reference count of gsdrop by one.

nc_galaxy_redshift_obs_sel_ref

Increases the reference count of gsdrop by one.

nc_galaxy_redshift_obs_sel_window_mass

Computes the population-level probability mass of the observable in the window $[\mathtt{obs_lo}, \mathtt{obs_hi}]$ at fixed true redshift z, i.e. the fraction of the population at z whose observable falls in the window. This is the selection/normalization factor used by the binning calculator.

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

NumCosmo.GalaxyRedshiftObsSelGauss:sigma0

The population photo-z scatter, sigma_z = sigma0 (1 + z).

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 NumCosmoGalaxyRedshiftObsSelGaussClass {
  NcGalaxyRedshiftObsSelClass parent_class;
  
}

No description available.

Class members
parent_class: NcGalaxyRedshiftObsSelClass

No description available.