Class

NumCosmoGalaxySDObsRedshiftGauss

Description [src]

final class NumCosmo.GalaxySDObsRedshiftGauss : NumCosmo.GalaxySDObsRedshift
{
  /* No available fields */
}

Class describing photometric redshift observations with gaussian errors.

Constructors

nc_galaxy_sd_obs_redshift_gauss_new

Creates a new NcGalaxySDObsRedshiftGauss object.

Functions

nc_galaxy_sd_obs_redshift_gauss_clear

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

nc_galaxy_sd_obs_redshift_gauss_new_lsst_srd_bins

Creates LSST SRD photometric redshift bins.

Instance methods

nc_galaxy_sd_obs_redshift_gauss_compute_equal_area_photoz_bins

Computes equal-area photometric redshift bin edges.

nc_galaxy_sd_obs_redshift_gauss_data_get

Gets the observed redshift and redshift error parameters.

nc_galaxy_sd_obs_redshift_gauss_data_set

Sets the observed redshift and redshift error parameters.

nc_galaxy_sd_obs_redshift_gauss_eval_pz_given_zp

Evaluates the conditional true redshift distribution for a photometric bin.

nc_galaxy_sd_obs_redshift_gauss_eval_pzp

Evaluates the marginal photometric redshift distribution.

nc_galaxy_sd_obs_redshift_gauss_free

Decreases the reference count of gsdorgauss by one.

nc_galaxy_sd_obs_redshift_gauss_gen

Sets the required columns for the data and generates a redshift observation.

nc_galaxy_sd_obs_redshift_gauss_gen1

Sets the required columns for the data and generates a redshift observation. See nc_galaxy_sd_obs_redshift_gen1() for details.

nc_galaxy_sd_obs_redshift_gauss_get_bin_sigma0

Gets the base photometric redshift scatter parameter for binned analyses. Returns -1.0 if not set.

nc_galaxy_sd_obs_redshift_gauss_get_reltol

Gets the relative tolerance for numerical integration.

nc_galaxy_sd_obs_redshift_gauss_get_use_true_z

Gets whether to use the true redshift.

nc_galaxy_sd_obs_redshift_gauss_get_zp_lim

Gets the minimum and maximum photometric redshifts.

nc_galaxy_sd_obs_redshift_gauss_get_zp_support_max

Gets the maximum photometric redshift for support.

nc_galaxy_sd_obs_redshift_gauss_ref

Increases the reference count of gsdorgauss by one.

nc_galaxy_sd_obs_redshift_gauss_set_bin_sigma0

Sets the base photometric redshift scatter parameter used in binned analyses. This value will be used by compute_binned_dndz and related methods. Set to -1.0 to unset and require explicit parameter passing.

nc_galaxy_sd_obs_redshift_gauss_set_reltol

Sets the relative tolerance used in numerical integrations when computing photometric redshift distributions.

nc_galaxy_sd_obs_redshift_gauss_set_use_true_z

Sets whether to use the true redshift.

nc_galaxy_sd_obs_redshift_gauss_set_zp_lim

Sets the minimum and maximum photometric redshifts.

nc_galaxy_sd_obs_redshift_gauss_set_zp_support_max

Sets the maximum photometric redshift value to consider when computing distributions and bin edges.

Methods inherited from NcGalaxySDObsRedshift (8)
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

NumCosmo.GalaxySDObsRedshiftGauss:reltol

Relative tolerance for numerical integration.

NumCosmo.GalaxySDObsRedshiftGauss:zp-lim
No description available.

NumCosmo.GalaxySDObsRedshiftGauss:zp-support-max

Maximum photometric redshift for support.

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 NumCosmoGalaxySDObsRedshiftGaussClass {
  NcGalaxySDObsRedshiftClass parent_class;
  
}

No description available.

Class members
parent_class: NcGalaxySDObsRedshiftClass

No description available.