Class

NumCosmoDataBaoRDV

Description [src]

final class NumCosmo.DataBaoRDV : NumCosmoMath.DataGauss
{
  /* No available fields */
}

Baryon Oscillation Data — $r_s / D_V$ ratio.

See [Percival et al. (2007)][XPercival2007].

Kazin et al. (arXiv:1401.0358): our implementation of the inverse covariance matrix is given by $$C^{-1}_{new} = \frac{1}{r_s^{\text{fid}}} C^{-1},$$ where $r_s^{\text{fid}} = 148.6$ and $C^{-1}$ is given in table 4. This modification is due the fact that we are using $D_V(z)/r_s(z_d)$ instead of $D_V(z)* r_s^{\text{fid}}/r_s(z_d)$. Analogously, we implemented $D_V(z) / r_s(z_d) = [1716.4, 2220.8, 2516.1] / 148.6 = [11.550, 14.945, 16.932]$.

Constructors

nc_data_bao_rdv_new_from_file

Creates a new NcDataBaoRDV from filename.

nc_data_bao_rdv_new_from_id
No description available.

Instance methods

nc_data_bao_rdv_set_dist

Sets the distance object.

Methods inherited from NcmDataGauss (4)
ncm_data_gauss_get_size

Gets the data size.

ncm_data_gauss_peek_inv_cov

Gets the inverse covariance matrix.

ncm_data_gauss_peek_mean

Gets the mean vector.

ncm_data_gauss_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.DataBaoRDV:dist
No description available.

NumCosmo.DataBaoRDV:is-rDV
No description available.

NumCosmo.DataBaoRDV:z
No description available.

Properties inherited from NcmDataGauss (3)
NumCosmoMath.DataGauss:inv-cov
No description available.
NumCosmoMath.DataGauss:mean
No description available.
NumCosmoMath.DataGauss:n-points
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 NumCosmoDataBaoRDVClass {
  NcmDataGaussClass parent_class;
  
}

No description available.

Class members
parent_class: NcmDataGaussClass

No description available.