Class
NumCosmoDataHubbleBao
Description [src]
class NumCosmo.DataHubbleBao : NumCosmoMath.DataGaussDiag
{
/* No available fields */
}
Hubble function data from BAO.
This class is a subclass of NcmDataGaussDiag and holds the data for the
Hubble function from BAO.
Constructors
nc_data_hubble_bao_new
Creates a new NcDataHubbleBao object initialized with the specified BAO dataset.
This object holds Hubble function measurements from Baryon Acoustic Oscillations.
Instance methods
nc_data_hubble_bao_set_sample
Sets the BAO sample data according to the specified dataset identifier. This configures the measurement data, uncertainties, and redshift values for the selected BAO observation.
Methods inherited from NcmDataGaussDiag (4)
ncm_data_gauss_diag_get_size
Gets the data size.
ncm_data_gauss_diag_peek_mean
ncm_data_gauss_diag_peek_std
ncm_data_gauss_diag_set_size
Sets the data size to np.
Properties
Properties inherited from NcmDataGaussDiag (4)
NumCosmoMath.DataGaussDiag:mean
NumCosmoMath.DataGaussDiag:n-points
NumCosmoMath.DataGaussDiag:sigma
NumCosmoMath.DataGaussDiag:w-mean
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
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.