CosmoFit.EBOSSELGLikelihood¶
- class CosmoFit.EBOSSELGLikelihood(cosmology, version='dr16')[source]¶
Bases:
TabulatedBAOLikelihoodeBOSS DR16 emission-line galaxies,
D_V/r_datz_eff = 0.845, as a tabulated likelihood.Warning
Overlaps
"desi"– DESI’s ELG sample succeeds this one over much of the same footprint. It does not conflict with"sdss_bao": eBOSS’s own DR16 consensus combines the ELG sample with the LRG and QSO ones as independent tracers, and so does every reference implementation.- Parameters:
version (str)
Methods
__init__(cosmology[, version])chi2()-2 log L, so this composes with the Gaussian likelihoods it is summed with.log_likelihood()Log-likelihood at the current cosmology.
log_likelihood_at(values)Interpolate the released surface at given distance ratios, with no cosmology involved.
model()Predicted distance ratios, one per tabulated observable.
predictions()Alias for model().
residuals()Prediction minus the grid's most probable point.
summary()Return a summary of the likelihood evaluation.
Attributes
FAMILYLoader family, set by the subclass.
LABELDisplay name, set by the subclass.
n_dataNumber of data points.
name_and_sizeName together with the number of data points.