marcobonici / CosmoCentral.jl

A Julia code for cosmological analysis.
https://marcobonici.github.io/CosmoCentral.jl/dev/
Other
15 stars 0 forks source link

Density optimization #107

Open marcobonici opened 2 years ago

marcobonici commented 2 years ago

In this moment the evaluation of the density normalization and density grid is quite expensive (compared to other parts of the code). In particular, the quadgk integration routines have been set with a very restrictive requirement. A first check showed that, lowering the bar from rtol=1e-12 to 1e-6, the pad of the Cl's is at about the 1e-10 level. Make a more profound check, using Fisher forecasts marginalized errors.