Class
NumCosmoDataBaoEmpiricalFit2d
Description [src]
final class NumCosmo.DataBaoEmpiricalFit2d : NumCosmoMath.DataDist2d
{
/* No available fields */
}
Baryon oscillation data — $D_H / r_d$ and $D_t / r_d$ empirical likelihood.
This object implements the BAO data when its likelihood function is provided, e.g., [Bautista et al. (2017)][XBautista2017].
The data is stored in a NcDataBaoEmpiricalFit2d object. The data is stored in a
NcmDataDist2d base class object, which is a subclass of NcmData. The data
represents the likelihood function of the transverse distance $D_t$ and the Hubble
distance $D_H$ at the redshift $z$ divided by the sound horizon at the last
scattering surface $r_s$. The likelihood function is provided as a NcmSpline2d
object.
Instance methods
nc_data_bao_empirical_fit_2d_get_alpha_parallel
Calculates value of $\alpha_{\parallel}$ given a NcmMSet.
nc_data_bao_empirical_fit_2d_get_alpha_perpendicular
Calculates value of $\alpha_{\perp}$ given a NcmMSet,
$$ \alpha_{perp} = \frac{[D_t(z)/r_d]}{[D_t(z)/r_d]_{fid}},$$
where $D_t(z)$ is the transverse comoving distance [nc_distance_transverse()], $r_d$ is the sound
horizon [nc_distance_sound_horizon()] at the drag epoch, and ‘fid’ indicates fiducial.
Methods inherited from NcmDataDist2d (4)
ncm_data_dist2d_get_data
Gets the data NcmMatrix.
ncm_data_dist2d_get_size
Gets the data size.
ncm_data_dist2d_inv_pdf
Generates a random number from the inverse of the pdf.
ncm_data_dist2d_set_size
Sets the data size to np.
Properties
Properties inherited from NcmDataDist2d (2)
NumCosmoMath.DataDist2d:matrix
NumCosmoMath.DataDist2d:n-points
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.