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.
Instance methods
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.
Properties
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.