November 12th, 2002, 2:44 pm
mrm,From my own experience & knowledge:Maple-- good at symbolic math, available in Matlab symbolic toolboxMathCad -- no experienceSciLab -- similar to Matlab, but OSS. Less refined than commerical packages, especially plotting support, but the price is right.Numerical Algorithms Group (NAG) Libraries -- very good, but you must have a language to wrap them in (C/C++/Fortran/Java)Octave -- similar to SciLabO- Matrix -- Matlab wannabe. Very nice package, but its primary selling point was a JIT compiler for code, so that its speeds were better than Matlab. Matlab now has a JIT, too.Rogue Wave Libraries -- never heard of 'emR-Quant -- dittoRATS, TSP -- great time series analysis apps, but of questionable use for pricing. S-Plus, SPSS -- very good general purpose statistical apps, SPSS is more menu-driven, S+ is more script-oriented. I am unsure of usefulness for pricingGauss -- similar to Matlab for econometricians. For example, if you want to solve an MLE function in Matlab, you write a likelihood fn, and then minimize its negative, then you write or find code to compute the VCV and/or residuals or Langrangians on constraints, etc. Gauss has a maximum likelihood routine that does all that. It also has a Constrained Maximum Likelihood routine. I haven't used it in a few years, but I was unimpressed with it when I did. It just wasn't 'polished'. Matt.