Integration of arbitrarily-spaced data

Hello all,

Is there any function/package in Julia that I could use to integrate one-dimensional arbitrarily-spaced data?

NumericalIntegration has several options, but they require evenly spaced data.

Best,
Santiago

Trapz.jl is supposed to work on irregular grids.

1 Like

Also take a look at the spline packages that have integral options, such as BSplinesKit.jl or Dierckx.jl.

1 Like