Class

NumCosmoDataBaoDV

Description [src]

final class NumCosmo.DataBaoDV : NumCosmoMath.DataGaussDiag
{
  /* No available fields */
}

Baryon oscillation data — volume mean $D_V$.

See [Eisenstein et al. (2005)][XEisenstein2005].

The data is stored in a NcDataBaoDV object. The data is stored in a NcmDataGaussDiag base class object, which is a subclass of NcmData. The data represents the mean values of the volume mean $D_V$ at the redshift $z$.

Constructors

nc_data_bao_dv_new_from_file

Creates a new NcDataBaoDV from filename.

nc_data_bao_dv_new_from_id

Creates a new acustic scale data object NcDataBaoDV from id. This object requires a NcDistance object to be set.

Instance methods

nc_data_bao_dv_set_dist

Sets the distance object.

Methods inherited from NcmDataGaussDiag (4)
ncm_data_gauss_diag_get_size

Gets the data size.

ncm_data_gauss_diag_peek_mean
No description available.
ncm_data_gauss_diag_peek_std
No description available.
ncm_data_gauss_diag_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.DataBaoDV:dist
No description available.

NumCosmo.DataBaoDV:z
No description available.

Properties inherited from NcmDataGaussDiag (4)
NumCosmoMath.DataGaussDiag:mean
No description available.
NumCosmoMath.DataGaussDiag:n-points
No description available.
NumCosmoMath.DataGaussDiag:sigma
No description available.
NumCosmoMath.DataGaussDiag:w-mean
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 NumCosmoDataBaoDVClass {
  NcmDataGaussDiagClass parent_class;
  
}

No description available.

Class members
parent_class: NcmDataGaussDiagClass

No description available.