Content¶
EmuPBk¶

Epoch of Reionization(EoR) is one of the crucial periods in the history of our Universe. The origin of the very first stars & galaxies formed during this era are unknown mainly due to various observational challenges that prohibit the detection of preferred H1 21-cm signal (hyperfine transition line from the neutral Hydrogen) coming from the EoR. The Fourier-based signal statistics (e.g. 21-cm power spectrum and Bispectrum) thus provide a much-refined way to probe the EoR. One way of characterizing EoR is constraining the reionization parameters using these statistical models via methods like MCMC and Bayesian Inference.
ANN emulation of EoR simulations¶
Simulation-based statistical models cast expansive computational overhead while performing the Bayesian Inference. Thus, we used Artificial Neural Networks (ANN)-based emulation models for the Power spectrum and Bispectrum to replace the simulation models. We generated 550 samples of Power spectrum and Bispectrum by varying 3 parameters (Mhmin, Rmfp, Nion) to train the networks. The parameters are minimum mass of the host dark matter halo, mean free path of ionizing photons (i.e. also the relative size of the ionized region) and the ionizing efficiency of the ionizing photons, respectively. We used semi-numarical code ReionYuga to build the data sets for training and testing our ANNs. The documentation of the project can be found here ReadtheDocs. ANN model evaluation of the unseen test-data, The ANN models shows more than 90% accuracy in the predictions.


Parameter estimation¶
We assume the situation where the foregrounds, RFIs and other artifacts are completely removed from the signal. The signal thus only contributed by the sample variance and system noise of the observing instrument (SKA1-low in this case). We simulated system noise of SKA1-low correspond to 1000 hours of observation time.

This package is limited to one re-ionization model and it is under development.¶
All ANNs’ related tasks are done using keras, a python based deep-learning library, For MCMC analysis we used python cosmoHammer, which uses emcee and for plotting and visualization we used matplotlib and chainconsumer.
License¶
MIT License
Copyright (c) 2020 Himanshu Tiwari
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Contact¶
Please contact himanshuhimang@gmail.com