Re: [racket] Numerical integration

2012-01-04 Thread Danil Annenkov
I do some research on specific random distributions. I have probability density function, but for some tasks (find cumulative distribution function, moments, generate random values) I need numeric integration. I think it would be useful to have different quadrature methods. Such as trapezoidal rule

Re: [racket] Numerical integration

2012-01-04 Thread Noel Welsh
2012/1/4 Doug Williams : > Someone - I believe Noel Welsh, but it might be someone else on the mailing > list - Yes, it's on github: https://github.com/noelwelsh/mzgsl has an FFI based  interface to the GNU Scientific library. That might > already have the routines you're interested in. Sorry, I

Re: [racket] Numerical integration

2012-01-04 Thread Doug Williams
I pretty much add things to the science collection as people - particularly me - need them. My integration needs have always been for ordinary differential equations - for continuous simulations, for example. If you let me know specifically what you're looking for, I can look into adding them. Som

[racket] Numerical integration

2012-01-04 Thread Данил Анненков
Is there a library for the numerical integration for Racket? I use Science Collection for some calculations but I could't found Numerical integration modules. Racket Users list: http://lists.racket-lang.org/users