Class
NumCosmoReducedShearClusterMass
Description [src]
class NumCosmo.ReducedShearClusterMass : NumCosmoMath.Model
{
/* No available fields */
}
Cluster mass estimation via reduced shear observable.
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.
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.
Properties
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: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: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.
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.