Serving the Quantitative Finance Community

Search found 7 matches

by dpinte
September 18th, 2010, 12:54 pm
Forum: Programming and Software Forum
Topic: Numpy and Scipy
Replies: 12
Views: 31425

Numpy and Scipy

<t>QuoteOriginally posted by: outrunI need to do a lot of linear algebra operations on vectors/matrices. I was thinking about C(++) with Lapack, via ATLAS (atlas optimizes performance by using special instructions, looking at cache hits etc)How does numpy perform in this respect? Numpy does rely on ...
by dpinte
September 13th, 2010, 7:52 pm
Forum: Programming and Software Forum
Topic: Numpy and Scipy
Replies: 12
Views: 31425

Numpy and Scipy

Numpy for .NET should be relased soon and will not require anymore using Ironclad. There is a talk this week in London about the project (cf. the London Financial Python User Group). I'll keep you posted when the official release gets out.
by dpinte
March 1st, 2010, 11:29 am
Forum: Programming and Software Forum
Topic: Which statistics programming software is the best for large data set?
Replies: 13
Views: 35427

Which statistics programming software is the best for large data set?

You also could have a look at Python with Numpy and Scipy. Numpy allows efficient handling of big arrays and natively support memory maps.
by dpinte
January 27th, 2010, 11:15 am
Forum: Programming and Software Forum
Topic: Partial sums problem
Replies: 7
Views: 33241

Partial sums problem

<t>Now it does ;-)Output is :In [35]: run sum_generation.py 10+13+20+40 = 83 13+20+40 = 73 10+20+40 = 70 20+40 = 60 10+13+40 = 63 13+40 = 53 10+40 = 50 40 = 40 10+13+20 = 43 13+20 = 33 10+20 = 30 20 = 20 10+13 = 23 13 = 13 10 = 10 </t>
by dpinte
January 27th, 2010, 10:58 am
Forum: Programming and Software Forum
Topic: Partial sums problem
Replies: 7
Views: 33241

Partial sums problem

Some python code that should to the trick, no ?Output is :In [23]: run sum_generation.py 10+13 = 23 10+13+20 = 43 10+13+20+40 = 83 13+20 = 33 13+20+40 = 73 20+40 = 60
by dpinte
January 21st, 2010, 8:26 am
Forum: Programming and Software Forum
Topic: Is there an easier financial library out there than Quantlib, preferably written in Python?
Replies: 7
Views: 39260

Is there an easier financial library out there than Quantlib, preferably written in Python?

<t>It seems the Financial Derivatives Toolbox of Matlab should provide you with some of the needed stuff. If you look at potential integration of your tool with powerful visualisation, deployment or inside of a large app, you should definitely keep using an open environment like Python & numpy/s...
by dpinte
January 21st, 2010, 8:19 am
Forum: Programming and Software Forum
Topic: MATLAB vs. Python for Quant Work?
Replies: 20
Views: 46340

MATLAB vs. Python for Quant Work?

<r>For those interested, I have posted a rough benchmark comparing the usage of the MKL against the old BLAS/LAPACK with numpy. The blog post is here : <URL url="http://dpinte.wordpress.com/2010/01/15/numpy-performance-improvement-with-the-mkl/"><LINK_TEXT text="http://dpinte.wordpress.com/2010/01/1...