Serving the Quantitative Finance Community

Search found 126 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 9
by doofusmaximus
January 15th, 2010, 12:57 am
Forum: Programming and Software Forum
Topic: Is there an easier financial library out there than Quantlib, preferably written in Python?
Replies: 7
Views: 39247

Is there an easier financial library out there than Quantlib, preferably written in Python?

Try Matlab, now that you can hook in GPU acceleration , makes it compelling in my opinion
by doofusmaximus
March 20th, 2009, 11:27 am
Forum: Programming and Software Forum
Topic: Is Numerical Java really used ?
Replies: 66
Views: 50828

Is Numerical Java really used ?

<t>Some random thoughts I think the more important question is which language is more suitable to parallel or distributed computing as that will be the dominant theme in the next few years. C++ is the established candidate I believe with packages like MPI etc. Going forward I think Java would be mor...
by doofusmaximus
March 20th, 2009, 12:28 am
Forum: Programming and Software Forum
Topic: Is Numerical Java really used ?
Replies: 66
Views: 50828

Is Numerical Java really used ?

<t>95% of jobs do quant dev work in C++ , 5% in Java , if you want to get a job you are better with C++ , having Java (10 yrs plus and M.Sc Applied Math ) hasnt worked for me trying to get a quant dev job. Sad fact of life. Sorry. Going forward CUDA looks like an interesting development , keep it on...
by doofusmaximus
October 2nd, 2008, 10:53 pm
Forum: Programming and Software Forum
Topic: I want to learn Java... need advice
Replies: 17
Views: 51620

I want to learn Java... need advice

<t>Have been programming in Java for 10 years, IMHO Eclipse is the industry standard and 90% of work places will use it as the de facto development environment. I like it. IntelliJ used to be my favourite but almost all the places I worked were too cheap to buy it. I would advise using Eclipse , it ...
by doofusmaximus
June 9th, 2008, 4:12 pm
Forum: Programming and Software Forum
Topic: R, C++, C# or Matlab
Replies: 2
Views: 53977

R, C++, C# or Matlab

It seems that all the serious number crunching in investment banks is done using c++. Model may be protoyped in Matlab and then put into production using C++ . IMHO C++ (which says a lot as I am a Java Programmer )
by doofusmaximus
October 2nd, 2007, 1:13 pm
Forum: Programming and Software Forum
Topic: About deploying an internet application (need some main guidelines)
Replies: 34
Views: 69252

About deploying an internet application (need some main guidelines)

<t>You can use java webstart , this will give you a fully fleged deskop application that you can distributevia the web. It does not have the restrictions of applets. It does require the host to have java 1.5 installed (or java 1.4 with the web start module added on ) . You could also use Macromedia ...
by doofusmaximus
April 26th, 2007, 8:13 pm
Forum: Programming and Software Forum
Topic: Which language to learn?
Replies: 72
Views: 83031

Which language to learn?

<t>If you want to do quant related work i.e number crunching I would recommend C++ VB and Excel If you want do enterprise trading applications I would recommend Java for everything but communicating with a quant library ( and thats because Java has not got its foot in the numerical computing door) ....
by doofusmaximus
March 21st, 2007, 7:01 pm
Forum: Book And Research Paper Forum
Topic: Java and Financial Engineering
Replies: 14
Views: 84227

Java and Financial Engineering

<t>Has anyone seen this book yet , there are different publication dates Java Methods for Financial EngineeringApplications in Finance and Investment by Philip Barker ISBN: 1852338326Who is Philip Barker , does he have a webpage , I would like to take a look at the code .Is the book any good ? df </t>
by doofusmaximus
July 31st, 2006, 8:21 am
Forum: Programming and Software Forum
Topic: Java: Bond Libraries
Replies: 3
Views: 97967

Java: Bond Libraries

I have converted about 85-90 of this library to Java. If you are interestedI will send it on if you are interestedhttp://finance-old.bi.no/~bernt/gcc_prog/dfmax
by doofusmaximus
May 30th, 2006, 9:56 am
Forum: Programming and Software Forum
Topic: Lightweight Java matrix library?
Replies: 1
Views: 103519

Lightweight Java matrix library?

apache has a ligthweight library , http://jakarta.apache.org/commons/math/
by doofusmaximus
May 18th, 2006, 12:20 pm
Forum: Book And Research Paper Forum
Topic: Recommend books on PDE approach to pricing
Replies: 16
Views: 108276

Recommend books on PDE approach to pricing

<r>a google search using "finite difference" as the exact phrasehttp://<URL url="http://www.amath.washington.edu/~rjl/pubs/am58X/amath58X05.pdfhttp://www.caam.rice.edu/~caam452/Numerical"><LINK_TEXT text="www.amath.washington.edu/~rjl/pubs/am58 ... /Numerical">www.amath.washington.edu/~rjl/pubs/am58...
by doofusmaximus
March 9th, 2006, 3:00 pm
Forum: Book And Research Paper Forum
Topic: Class notes on time series
Replies: 13
Views: 117964

Class notes on time series

Thanks for all the pointers , but a novice question , how do I calculate the coeffiecients of an AR(1) method and an AR(2) method ? similarly for an MA(1) and MA(2) etc given a set of raw observations x1,x2, x3, x4 etc , Sorry but the penny is not dropping ..dfmax
by doofusmaximus
March 8th, 2006, 11:58 am
Forum: Book And Research Paper Forum
Topic: Class notes on time series
Replies: 13
Views: 117964

Class notes on time series

<t>I have been reading up on basic time series AR, MA , ARMA, ARCH , GARCH etcI found that most books and notes just lay out the formulas with scant attention to the implementing the method on a sample data set, i.e how do I kick off the basic calculation of the for AR etc, Does anyone know of any b...
by doofusmaximus
February 17th, 2006, 3:33 pm
Forum: Book And Research Paper Forum
Topic: Recommendation for Quant Coding
Replies: 15
Views: 120459

Recommendation for Quant Coding

I liked this one : C++ for Scientests, Engineers and Mathematicans. by D. M Capper
  • 1
  • 2
  • 3
  • 4
  • 5
  • 9