Welcome! I am a graduate student at Stony Brook University studying cosmological tensions. I started this project in February 2022. This is the repository containing code for the work on my (currently unnamed) thesis.
The above image the cosmic microwave background (CMB) observed by the European Space Agency's Planck mission. The color is representing the temperature of the CMB, meaning the image is demonstrating the anisotropies in the CMB.
The standard model of cosmology is
-
$\Omega_b$ , the ratio of baryon density to critical density. -
$\Omega_c$ , the ratio of dark matter density to critical density. -
$H_0$ , the Hubble constant. -
$\tau$ , the optical depth at reionization -
$n_s$ , the matter power spectrum spectral index -
$\log(A_s)$ , the amplitude of matter fluctuations
This parameterization is not unique, however. These are the parameters which we sample in this project.
From these parameters there are two that are in notable tension. The most well-known is the Hubble tension.
Experiments measuring
The tension in
Another tension is for the parameter
The goal of this project is to quantify tensions using the full 5 dimensional parameter space and the uncertainty in the tension. Tension metrics themselves are not error bars, they are estimators of the difference between two data sets. Because of experimental noise these estimators should have some intrinsic error.
Beyond just experiments, as long as one can create a fiducial cosmology for different cosmological theories one could do this analysis to check if a theory is compatible with the data.
We hope to extend the analysis here to include different extensions to
In each repository you can find more information about the code. Here I will give a breif description of what you can find in each of them.
- tension_calibration: Standardized implementation of tension metrics. Example notebooks for each metric and notebook with proof-of-concept of error bars.
- LSST_emulation: An emulator for LSST data vectors forked from LSST_y1_tutorial. Includes likelihoods and notebooks containing noise realization
$\chi^2$ , MCMC sampling, autocorrelation analysis, and analysis of number of samples on the normalizing flow. - comsopower_emcee: An emulator of the CMB power spectrum forked from cosmopower to work with the emcee sampler. Includes autocorrelation analysis, sampling, and likelihoods.
- jupyter_notebooks: Instructional notebooks and personal testing notebooks.
- notes: Personal LaTeX notes on cosmology and computing.


