User Portlet User Portlet

Discussions
Hi, I have tried "compile" for the following function below but no computational speed-up is noticed. Is there a special way to "compile" and achieve the speed-up for this particular function. CallPrice[T_Real, K_Real, S0_Real, R_Real, ...
Hi All, I have tried my best to speed up the simulation below. Could it be made more time efficient ? Please ignore the LV function for now. TFinal = 0.5; NN = 10; r = 0; dt = TFinal/NN; (*Initial Stock*) ...
I am interested to know if there is a way I could speed up computation involving an interpolated function ( does the kernel generate an internally compiled code?) . Generally Compile works well for most types of problems not involving interpolation....
I was recently browsing the machine learning functionality at http://reference.wolfram.com/language/ref/TimeSeriesModelFit.html I think adding models with exogenous variables would be very useful i.e. like ARMAX . Sometimes the time series does not...
 I am recently very happy with the new line of Wolfram Products i.e. Wolfram Cloud and Mathematica online. Recently, I had this idea of having a Spreadsheet Interface in mathematica along with the normal interface. This means that a spreadsheet user...