• 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!

Which statistic software can integrate Advanced Language, say C++?

Joined
7/17/07
Messages
5
Points
11
Hi all:
Who knows which statistical software support advanced programming language, ie. C++/VB/JAVA?
I just want my application to do some logical work, but leave the statistical, calculating and graph job to the the statistical software, and I only use the result coming from it. I know SAS has the integrationg technolgy which can support these language, but it is too big. Is there any other software has the same function?
Thx.
 
Hi, Amy

I think you can try Matlab. But the SAS seems to be more useful for financial statistics.
 
Like Muting said, Matlab is a good choice while SAS is de facto package for financial statistical purpose. Other alternatives are Matlab, S-Plus, R (free alternative to S), SPSS.
There are plug-ins, extensions, that can be used to interface those packages to C++/Excel/VBA
Whatever package you use, make sure the databases you connect to can interface directly.
 
Hi, Amy

I think you can try Matlab. But the SAS seems to be more useful for financial statistics.

Thank you. Yes, we also considered Matlab, but still prefer some software that is powerful in statistics, and the speed and efficency is also what we concern:)
 
Back
Top