Class
NumCosmoDataCMBDistPriors
Description [src]
class NumCosmo.DataCMBDistPriors : NumCosmoMath.DataGauss
{
/* No available fields */
}
Cosmic microwave background data — distance priors.
This object creates a CMB distance priors data (NcmData). See NcDataCMBId for more informations.
Constructors
nc_data_cmb_dist_priors_new_from_id
Creates a new NcDataCMBDistPriors from id.
See NcDataCMBId for the available options.
Instance methods
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.
Properties
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.