marcobonici / CosmoCentral.jl

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

Unequal spacing integration #53

Open marcobonici opened 3 years ago

marcobonici commented 3 years ago

Altough in the standard approach the sampling in regular, this will not be the case for the Beyond-limber case. In this situation, it is better to implement the non even trapezoidal or the simpson rulehttps://github.com/uwhpsc-2016/homework3/issues/7.

marcobonici commented 3 years ago

The non even trapezoidal rule has been implemented. We still need to implement the simspon rule.

marcobonici commented 3 years ago

Wikipedia contains all answers.