User Portlet User Portlet

Discussions
Hello Takano-san, The article you referred to is too old and may not be valid for parallel systems. The newer article "Parallel Computing and Object-Oriented Programming - Parts 1-3" may be better. This parallel system is based on a local...
Mathematica / Wolfram Language can be called from programs written in C, C++, Java, .NET, etc and vice versa, Features to do that are documented [here][1], but I have no experience with those features. Mathematica functions such as Integrate and...
With Quandl API 3, the command for FOREX has slightly changed: AUDvsUSDRates = QuandlFinancialData["datasets/CURRFX/AUDUSD", startDate -> "1995-01-01", endDate -> "2015-02-01"];
I am generating 100,000 paths of SPX out to 1 year using Euler discretization. I look at how S is distributed for 100,000 paths at the 1 year point and I find it is log normally distributed I look at the distribution of the return of S for 100,000...