• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

R vs. Matlab speed comparison

doug reich

Some guy
Joined
4/23/08
Messages
684
Points
28
I recall seeing posts on R vs Matlab in speed a few months back. Can anyone find them? Does anyone else recall this? I think Shlomi had the good links I am looking for - too bad he posts so often!

Does anyone else find the search feature on here kind of useless these days?
 
take those benchmarks with a grain of salt. It is well known in the R community that the matrix implementation that comes standard if not the fastest. Brian recompiled R with ATLAS and it blew away the standard matrix operations that came with R.

Matlab is already optimized to the platform.
 
Back
Top