Class

NumCosmoReducedShearClusterMass

Description [src]

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

Cluster mass estimation via reduced shear observable.

Ancestors

Constructors

nc_reduced_shear_cluster_mass_new

This function instantiates a new object of type NcReducedShearClusterMass.

Functions

nc_reduced_shear_cluster_mass_clear

The reference count of rscm is decreased and the pointer is set to NULL.

nc_reduced_shear_cluster_mass_id
No description available.

Instance methods

nc_reduced_shear_cluster_mass_P_z_gth_gobs

Computes the probability distribution $P(g_\mathrm{obs} | g_\mathrm{th}, z)$.

nc_reduced_shear_cluster_mass_free

Atomically decreases the reference count of rscm by one. If the reference count drops to 0, all memory allocated by rscm is released.

nc_reduced_shear_cluster_mass_ref

Increases the reference count of rscm 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.ReducedShearClusterMass:Gamma
No description available.

NumCosmo.ReducedShearClusterMass:Gamma-fit
No description available.

NumCosmo.ReducedShearClusterMass:R
No description available.

NumCosmo.ReducedShearClusterMass:a

Model parameter ‘a’ that controls the overall amplitude or scaling of the reduced-shear model. The precise functional role depends on the analytic form implemented by this model; consult the parameter registration below for its default value and allowed range.

NumCosmo.ReducedShearClusterMass:a-fit

Fittable variant of the ‘a’ parameter. When fitting data this parameter is the one that will be adjusted; semantics match the ‘a’ description.

NumCosmo.ReducedShearClusterMass:b

Model parameter ‘b’ that typically controls the slope or radial scaling of the reduced-shear profile. See the registration below for valid ranges and default values used by the implementation.

NumCosmo.ReducedShearClusterMass:b-fit
No description available.

NumCosmo.ReducedShearClusterMass:c

Model parameter ‘c’ that tunes the curvature or additional shape of the reduced-shear profile. Consult the parameter registration for defaults and allowed intervals.

NumCosmo.ReducedShearClusterMass:c-fit
No description available.

NumCosmo.ReducedShearClusterMass:sigma
No description available.

NumCosmo.ReducedShearClusterMass:sigma-fit
No description available.

NumCosmo.ReducedShearClusterMass:xp

Pivot point or scale parameter ‘xp’ used by the analytic reduced-shear model. This parameter sets the characteristic radius/scale at which other parameters (such as slopes) are referenced; see registration for default and valid range.

NumCosmo.ReducedShearClusterMass:xp-fit
No description available.

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 NumCosmoReducedShearClusterMassClass {
  /* no available fields */
}

No description available.