LSSTDESC / augur

DESC forecasting and inference validation tool
MIT License
4 stars 2 forks source link

Fix srd nz for the sources #57

Closed arthurmloureiro closed 3 months ago

arthurmloureiro commented 3 months ago

Related to #51 . Fixes the implementation of the equal density binning and the convolution with the gaussian redshift error.

Solutions were pulled from the work I've done for Glass here using the implementation of @ntessore 's cumtrapz function.

New SRD implementation was benchmarked against @paulrogozenski implementations on the Forecasting repository notebooks and files found here. See #51 for more details and benchmarks.