vote up 4 vote down star
3

I don't have a strong mathematical background, but I would love to work on some computational finance problems. I got "An Introduction to Computational Finance Without Agonizing Pain " by Peter Forsyth,but it still was pretty hard for me to follow what he was saying. What are the required maths prerequisites for this course? Please help. Thanks.

Edit: I want to make sense of these kinds of Papers

flag

66% accept rate
"Computational finance" means doing finances with the computer. I suppose the OP does want to program such a system, not just use Excel to do some graphs and such. @kunjaan: Maybe rephrase to include your intent to program in this area? – Ralph Rickenbach Jul 28 at 13:15

4 Answers

vote up 5 vote down

Look at the wikipedia entry and it will tell you:

Generally, individuals who fill positions in computational finance are known as “quants”, referring to the quantitative skills necessary to perform the job. Specifically, knowledge of the C++ programming language, as well as of the mathematical subfields of stochastic calculus, multivariate calculus, linear algebra, differential equations, probability theory and statistical inference are often entry level requisites for such a position. C++ has become the dominant language for two main reasons, the computationally intensive nature of many algorithms and the focus on libraries rather than applications.

It might be interesting to look at artificial intelligence, and therefore mathematical logic as well, like neural networks, pattern matching, knowledge databases, inference, ...

link|flag
vote up 3 vote down

You want some calculus, linear algebra, probability, statistics, numerical analysis, Monte Carlo methods, partial differential equations, and stochastic calculus at a minimum. A good introduction is Paul Wilmott's Paul Wilmott Introduces Quantitative Finance. That will provides you references for the aforementioned subjects as well as drawing together the necessary ideas to have a basic understanding of quantitative finance.

link|flag
vote up 2 vote down

I graduated with a math major. With that background the book you linked to is an introduction and it's painless. Without that background it's still an introduction and hopefully the pain isn't agonizing. (That you've survived long enough to ask a question here about it suggests that it's not.)

I read over the first 36 pages of the PDF you linked to (i.e. through chapter 4). It's highly technical and found I the following areas of math.

  • First semester calculus
  • Second semester calculus
  • Linear algebra (just a little)
  • Probability

Mostly the calculus is used to compute probability related things so if you're seroius about diving in to this stuff then I recommend that you start with algebraic probability and then work your way through the calculus.

link|flag
Thanks that helps. Since you are a mathematician,could you please finish the pdf and tell us the mathematics the subject touches? – kunjaan Jul 28 at 16:01
@David Locke: Add PDE and stochastic calculus at a minimum. – Jason Jul 28 at 16:02
@kunjaan: If you can figure out the PDE and stochastic calculus, that's more than enough to slog your way through the whole document. But that's no walk-in-the-park. – Jason Jul 28 at 16:04
vote up 2 vote down

A book that I got a lot out of was Time Series Analysis. You do need a lot of "basic math" including every topic mentioned by other responses. The thing is that computational finance is relentlessly mathematical and the more math you know often the better off you will be.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.