• View the 2024 QuantNet ranking of the Best UK Quant MSc Programs.

Search results

  1. Credit Suisse Quantitative Exam

    I wish I was writing the exam then! :) Andy! thanks for the hints..
  2. Credit Suisse Quantitative Exam

    I have been invited to write a written quantitative exam for Credit Suisse openings. It seems it's a preliminary process devised by recruiters to filter candidates before inviting them to the real interview and it also seems they have been doing this for the past couple of years. Could anyone...
  3. Hotel deals in Montreal

    I suggest you to stay at some temp. place for a week or two and then look for apt. For temp. (or sometimes longer contracts) you can look up McGill's classifieds: Classified ads Concordia university also has a similar website (I don't remember the address). good luck.
  4. Dow down 1000 pts..what the hell

    Millions of dollars have been lost and won. I cannot believe it's just a quant's dummy mistake. Is there any chance it's been planned?
  5. Quants: The Alchemists of Wall Street

    Could you elaborate more on your comment? Don't you think most of the MFE seeking students (if not others) will find something to learn in this video?
  6. Quants: The Alchemists of Wall Street

    An impressive video on Quants role in financial crisis (and a bit on MFE programs) with Paul Wilmott, Derman, ... Enjoy...
  7. Probability / Copula library in C++

    Hi I appreciate it if you guys could help me with this. I am looking for a simple library that does simple stuff (like copula density and inverse CDF calculations). Thanks in advance..
  8. The mysterious Dr. Li

    I think BSM is a bit different story.. In the 70's, alternative models such as Stochastic Volatility and GARCH were not developed and modern finance was still an infant. In 90's, however, people has a good knowledge of financial math and stats (and in particular copulas). I see papers dating...
  9. The mysterious Dr. Li

    I've been reading about Copulas for my PhD research for the past few weeks and even with such short exposure, I find Gaussian copulas inappropriate for modeling correlation in financial time series. So it's kind of weird for me how people in WS fell in love with this model.
  10. Bayesian Statistics in Quant Research

    Really?! nobody has any clue?!
  11. Bayesian Statistics in Quant Research

    Hi My question is if people use Bayesian Statistics and its computational tools (like MCMC) in quant research and modeling... comments from industry people are very appreciated...Thanks
  12. VaR with monte carlo

    This might be a bit off topic... but speaking of MC methods, may I ask if Markov Chain Monte Carlo (MCMC) methods are used in finance world at all?
  13. Math Prorgramming Interview Question

    For the 'log' approach, to avoid the problem with x,y << 1, you can simply check if x,y<1 and then proceed: if at least one of them is less than one, (and assuming that both x,y < max which I think can be assumed from the problem) , then we're fine (no need to worry about log(x) tending to...
  14. Math Prorgramming Interview Question

    I liked the binary representation idea...but is there a straight forward way of doing that? just thinking out-loud: if we know the max, can't we just use "log"s? i.e., log x + log y < log max ==> xy < max any ideas on this?
  15. What C++ optimization Lib is used in quant job?

    As a relative question; is GSL used in finance industry? I use is a lot in my PhD research and find it very useful.
  16. Simplex or Powell method in C#

    If you are coding in C++, you can find Simplex algorithm in GSL library. I have used it and it works perfectly. Not sure if you can use it with constraint though...
  17. Book recommendation question

    Hello, I am a Statistics PhD student choosing between the following two books: 1- Investment Science by David Lenberger 2- Options, Futures, and Other Derivatives by John Hull I want to get myself familiar with finance as well as explore a bit of math used there. I appreciate your advices...
  18. Regression with multiple dependent variables

    I'm afraid your question is not clear. In a conventional regression problem, y values always depend on x values. So the dependence structure could be either among X or Y. Are y_i a times series?
  19. Regression with multiple dependent variables

    If you mean dependence among X elements, yes we do. If the variables (elements of X) are highly correlated, then we face "Multi-colinearity" problem which results in the coefficients "b" having large (inflated) variances, i.e., a small change in a variable may cause a big change in the...
  20. Life of a quant

    I kinda have the same concern. How long can you work like that? till you burn out?! what is the culture in this regard on the Street?
  21. What book to study from after Absolute C++

    Hi, I have a related question here. Do I need to learn C++ or C is good enough? My impression is they don't need a lot of OO programming in financial math. Is that right?
  22. Quantitative Interview questions and answers

    ImpliedVolatility: P(rolling a number on any toss) = 1/6 P(telling truth) = 1/4 P(lie) = 1- (1/4) = 3/4 Answer in my opinion is: P(rolls 6|he says the truth) + P(doesn't roll 6|he lies) = (1/6)*(1/4) + (1/6)*(3/4) -------------------------------------- Your answer = 1/6 which means...
  23. Career Advide Needed

    Hey guys I am doing a PhD in Statistics and expect to finish it in Summer/Fall 2011. My research is application of computational Bayesian Statistics methods(e.g., monte-carlo simulations, particle filters) for inference (e.g., parameter estimation) in Stochastic Volatility models (e.g...
  24. New Quantnet members say hi

    Greetings and questions Hi I am a new member, recently started my PhD research in financial math. I'd appreciate if you guys can help me re the following two questions: 1- I couldn't find a technical forum in Quantnet, I mean somewhere we can share ideas about our research and technical...
Back
Top