Serving the Quantitative Finance Community

 
User avatar
DigitalRain
Topic Author
Posts: 0
Joined: September 23rd, 2009, 10:04 am

Are MCMC methods useful in finace (Gibbs sampling and Metropolis-Hasting algo)

July 29th, 2012, 4:49 pm

Hi all,At the moment i am given the option to study bayesian inference however the course is centred around programming on R (a stats package) and the major area is pretty much on MCMC (markov chain monte carlo simulations).Given the course the Gibbs sampling algo and the Metropolis-Hastings algo is taught to us.Question is do you think the course will be useful? Or is it a complete waste of time and money and i should look for something else?Thanks!
 
User avatar
acastaldo
Posts: 14
Joined: October 11th, 2002, 11:24 pm

Are MCMC methods useful in finace (Gibbs sampling and Metropolis-Hasting algo)

July 29th, 2012, 10:50 pm

JohannesandErakerare just some of the finance professors who apply MCMC methods to the estimation of financial models. It is an important area.
 
User avatar
Eriatarka
Posts: 0
Joined: December 4th, 2006, 1:52 am

Are MCMC methods useful in finace (Gibbs sampling and Metropolis-Hasting algo)

August 1st, 2012, 2:56 am

Statisticians are more likely to be recruited at hedge funds than ibanks, and the use of MCMC methods in HFT is somewhat limited by the fact that algorithms have to run extremely fast. There will be places where you can use it though, but it really depends what you're working on.
 
User avatar
Eriatarka
Posts: 0
Joined: December 4th, 2006, 1:52 am

Are MCMC methods useful in finace (Gibbs sampling and Metropolis-Hasting algo)

August 1st, 2012, 2:57 am

QuoteOriginally posted by: acastaldoJohannesandErakerare just some of the finance professors who apply MCMC methods to the estimation of financial models. It is an important area.What academics find interesting is only loosely correlated with what a bank/fund will actually pay you to do.
 
User avatar
Alekk
Posts: 0
Joined: September 14th, 2007, 4:39 pm

Are MCMC methods useful in finace (Gibbs sampling and Metropolis-Hasting algo)

August 1st, 2012, 11:16 am

First, Bayesian approaches are somewhat limited in IB. Secondly, MCMC methods are sometimes incredibly slow and it is often hard to tell if the invariant distribution has been reached (or the algorithm is still in the "burn-in" period). Indeed, one can see that as an opportunity for investigating these MCMC algorithms and make them more suitable for financial applications. People (in academia) do use a lot of MCMC techniques when trying to estimates diffusion models.
 
User avatar
neuroguy
Posts: 0
Joined: February 22nd, 2011, 4:07 pm

Are MCMC methods useful in finace (Gibbs sampling and Metropolis-Hasting algo)

August 8th, 2012, 3:03 pm

Depends on:Where the course is and who teaches it.What you actually want to do.What your background is. As others have said, they are interesting useful things, but rather niche in application.
Last edited by neuroguy on August 7th, 2012, 10:00 pm, edited 1 time in total.
 
User avatar
Cuchulainn
Posts: 22929
Joined: July 16th, 2004, 7:38 am

Are MCMC methods useful in finace (Gibbs sampling and Metropolis-Hasting algo)

August 12th, 2012, 9:22 am

QuoteOriginally posted by: acastaldoJohannesandErakerare just some of the finance professors who apply MCMC methods to the estimation of financial models. It is an important area.Nice links.Newbie question:Here is also an article on volatility fitting and GARCH model Kim et al Is this a good approach?I have no insights here (learning by osmosis but could this approach be an alternative to other methods, e.g. methods used in combination with PDEs? If the only impediment is performance but how applicable is the method in general?
Last edited by Cuchulainn on August 11th, 2012, 10:00 pm, edited 1 time in total.
 
User avatar
4rcher
Posts: 0
Joined: September 9th, 2008, 8:28 pm

Are MCMC methods useful in finace (Gibbs sampling and Metropolis-Hasting algo)

August 16th, 2012, 7:55 am

The procedure in the Kim et al paper is fast and efficient I would say. You can also check their follow up paper.However I think the sequential Monte Carlo methods are more interesting eg this paper.
 
User avatar
Alekk
Posts: 0
Joined: September 14th, 2007, 4:39 pm

Are MCMC methods useful in finace (Gibbs sampling and Metropolis-Hasting algo)

August 19th, 2012, 9:10 am

I would also say that there is now quite a gap between what is done inside academia and inside IBs/funds. Perfect sampling of diffusions, very advanced sequential MC and particle filters methods, particle filter inside MCMC schemes, ABC methods, etc... All these techniques are well known in academia, but unfortunately not very spread inside IBs. I think that there is definitely an opportunity here, so go for it...