Class

NumCosmoDataBaoEmpiricalFit

Description [src]

final class NumCosmo.DataBaoEmpiricalFit : NumCosmoMath.DataDist1d
{
  /* No available fields */
}

Baryon oscillation data — $D_V / r_s$ empirical likelihood.

This object implements the BAO data when its likelihood function is provided, e.g., [Ross et al. (2015)][XRoss2015].

The data is stored in a NcmSpline object, which is used to calculate the likelihood function. The spline must be provided in the constructor.

Constructors

nc_data_bao_empirical_fit_new

Creates a new NcDataBaoEmpiricalFit.

nc_data_bao_empirical_fit_new_from_file

Creates a new NcDataBaoEmpiricalFit from filename.

nc_data_bao_empirical_fit_new_from_id

Creates a new NcDataBaoEmpiricalFit from id.

Instance methods

nc_data_bao_empirical_fit_get_alpha

Calculates value of $\alpha$ given a NcmMSet.

nc_data_bao_empirical_fit_get_mode

Calculates the mode of the empirical distribution.

nc_data_bao_empirical_fit_set_dist

Sets the distance object.

Methods inherited from NcmDataDist1d (3)
ncm_data_dist1d_get_data

Gets the data NcmVector.

ncm_data_dist1d_get_size

Gets the data size.

ncm_data_dist1d_set_size

Sets the data size to np.

Methods inherited from NcmData (29)

Please see NcmData for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.DataBaoEmpiricalFit:Dv-fiduc
No description available.

NumCosmo.DataBaoEmpiricalFit:dist
No description available.

NumCosmo.DataBaoEmpiricalFit:m2lnp
No description available.

NumCosmo.DataBaoEmpiricalFit:rs-fiduc
No description available.

NumCosmo.DataBaoEmpiricalFit:z
No description available.

Properties inherited from NcmDataDist1d (2)
NumCosmoMath.DataDist1d:n-points
No description available.
NumCosmoMath.DataDist1d:vector
No description available.
Properties inherited from NcmData (5)
NumCosmoMath.Data:bootstrap

The NcmData bootstrap object if any.

NumCosmoMath.Data:desc

Description of the data object.

NumCosmoMath.Data:init
No description available.
NumCosmoMath.Data:long-desc

Description of the data object.

NumCosmoMath.Data:name

Name of the data object.

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 NumCosmoDataBaoEmpiricalFitClass {
  NcmDataDist1dClass parent_class;
  
}

No description available.

Class members
parent_class: NcmDataDist1dClass

No description available.