Hi, John.
No, I didn't. I didn't find it and it seems to be not what i need:
"no method quadgk(Array{Float64,1}, Array{Float64,1})"
quadgk(f,a,b,...) expects a function as its first argument but I mean the
case when y = f(x), but i don't have f, e.g. obtained experimental data, so
x and y are 1-D arrays of floats.
On Tue, Apr 22, 2014 at 7:49 PM, John Myles White
<[email protected]>wrote:
> Have you tried the quadgk function?
>
> -- John
>
> On Apr 22, 2014, at 7:32 AM, Evgeny Shevchenko <[email protected]> wrote:
>
> Hi
>
> Is there a package for numeric integration of obtained arrays, say x and
> y? Couldn't find one, the led me to use @pyimport and numpy.trapz.
>
> --
> pupoque@IRC
>
>
>