Class

NumCosmoGalaxySDObsRedshift

Description [src]

class NumCosmo.GalaxySDObsRedshift : NumCosmoMath.Model
{
  /* No available fields */
}

Class describing galaxy sample observed redshift distribution.

Ancestors

Functions

nc_galaxy_sd_obs_redshift_clear

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

nc_galaxy_sd_obs_redshift_id
No description available.

Instance methods

nc_galaxy_sd_obs_redshift_compute_binned_dndz

Computes the binned true redshift distribution dndz(z) for the photometric redshift bin defined by the observation model. The photo-z bin edges are specified when creating the observation model (e.g., via nc_galaxy_sd_obs_redshift_gauss_new()).

nc_galaxy_sd_obs_redshift_free

Decreases the reference count of gsdor by one.

nc_galaxy_sd_obs_redshift_gen

Generates a new galaxy redshift data. The NcGalaxySDObsRedshiftData object data must be initialized before calling this method.

nc_galaxy_sd_obs_redshift_gen1

Attempts to generate a single redshift sample consistent with the observational constraints defined in gsdor. The result is stored in data.

nc_galaxy_sd_obs_redshift_get_integ_lim

Gets the redshift integration limits for the galaxy redshift data.

nc_galaxy_sd_obs_redshift_integ

Prepares the integrand for the galaxy redshift data.

nc_galaxy_sd_obs_redshift_prepare

Prepares the galaxy redshift data for generation.

nc_galaxy_sd_obs_redshift_ref

Increases the reference count of gsdor by one.

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 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 NumCosmoGalaxySDObsRedshiftClass {
  void (* gen) (
    NcGalaxySDObsRedshift* gsdor,
    NcGalaxySDObsRedshiftData* data,
    NcmRNG* rng
  );
  gboolean (* gen1) (
    NcGalaxySDObsRedshift* gsdor,
    NcGalaxySDObsRedshiftData* data,
    NcmRNG* rng
  );
  NcGalaxySDObsRedshiftIntegrand* (* integ) (
    NcGalaxySDObsRedshift* gsdor,
    gboolean use_lnp
  );
  void (* prepare) (
    NcGalaxySDObsRedshift* gsdor,
    NcGalaxySDObsRedshiftData* data
  );
  void (* get_integ_lim) (
    NcGalaxySDObsRedshift* gsdor,
    NcGalaxySDObsRedshiftData* data,
    gdouble* z_min,
    gdouble* z_max
  );
  void (* data_init) (
    NcGalaxySDObsRedshift* gsdor,
    NcGalaxySDObsRedshiftData* data
  );
  NcmSpline* (* compute_binned_dndz) (
    NcGalaxySDObsRedshift* gsdor,
    NcmVector* z_array
  );
  
}

No description available.

Class members
gen: void (* gen) ( NcGalaxySDObsRedshift* gsdor, NcGalaxySDObsRedshiftData* data, NcmRNG* rng )

No description available.

gen1: gboolean (* gen1) ( NcGalaxySDObsRedshift* gsdor, NcGalaxySDObsRedshiftData* data, NcmRNG* rng )

No description available.

integ: NcGalaxySDObsRedshiftIntegrand* (* integ) ( NcGalaxySDObsRedshift* gsdor, gboolean use_lnp )

No description available.

prepare: void (* prepare) ( NcGalaxySDObsRedshift* gsdor, NcGalaxySDObsRedshiftData* data )

No description available.

get_integ_lim: void (* get_integ_lim) ( NcGalaxySDObsRedshift* gsdor, NcGalaxySDObsRedshiftData* data, gdouble* z_min, gdouble* z_max )

No description available.

data_init: void (* data_init) ( NcGalaxySDObsRedshift* gsdor, NcGalaxySDObsRedshiftData* data )

No description available.

compute_binned_dndz: NcmSpline* (* compute_binned_dndz) ( NcGalaxySDObsRedshift* gsdor, NcmVector* z_array )

No description available.

Virtual methods

NumCosmo.GalaxySDObsRedshiftClass.compute_binned_dndz

Computes the binned true redshift distribution dndz(z) for the photometric redshift bin defined by the observation model. The photo-z bin edges are specified when creating the observation model (e.g., via nc_galaxy_sd_obs_redshift_gauss_new()).

NumCosmo.GalaxySDObsRedshiftClass.gen

Generates a new galaxy redshift data. The NcGalaxySDObsRedshiftData object data must be initialized before calling this method.

NumCosmo.GalaxySDObsRedshiftClass.gen1

Attempts to generate a single redshift sample consistent with the observational constraints defined in gsdor. The result is stored in data.

NumCosmo.GalaxySDObsRedshiftClass.get_integ_lim

Gets the redshift integration limits for the galaxy redshift data.

NumCosmo.GalaxySDObsRedshiftClass.integ

Prepares the integrand for the galaxy redshift data.

NumCosmo.GalaxySDObsRedshiftClass.prepare

Prepares the galaxy redshift data for generation.