Recent content by Alejandro Canete

  1. Alejandro Canete

    Universal Portfolios

    http://jmlr.csail.mit.edu/papers/volume3/kalai02a/kalai02a.pdf
  2. Alejandro Canete

    efficient structure for aggregated nbbo in C++

    Hi dillshau, you could you use a map from order_id to price and another map from price to another map/object (a container that represents a book_level). So on order arrival you use the price to book_level map to push that order to its corresponding level, and on order cancel you use the...
  3. Alejandro Canete

    Hi Dillshau, Sure, just PM me your email or skype.

    Hi Dillshau, Sure, just PM me your email or skype.
  4. Alejandro Canete

    Username change request thread

    Andy, please change mine's to Alejandro Canete, Thanks!
  5. Alejandro Canete

    .NET HFT systems

    Depends on your definition of High Frequency, if your alpha comes from having bounded latency at the micro second level, Java is not a good decision (because of the non deterministic garbage collection). If your latency have to be bounded at the millisecond(s) level, after some tweaking of the...
  6. Alejandro Canete

    Ubuntu netbooks

    Not sure if it helps but I have a http://www.system76.com/product_info.php?cPath=28&products_id=106 , it works perfectly and so far the system76 guys have been very responsive.
  7. Alejandro Canete

    Methods of finding the distribution of g(x,y).

    Ohh, sorry, cant help you with that ;)
  8. Alejandro Canete

    Methods of finding the distribution of g(x,y).

    http://en.wikipedia.org/wiki/Multivariate_kernel_density_estimation
  9. Alejandro Canete

    how do they eliminate the tracking error in leveraged 2x index future + ETF?

    From an actual disclaimer of a leveraged ETF: "Leveraged ETFs designed to achieve their investment objective on a daily basis are not designed to, and will not necessarily, track the underlying index or benchmarkover a longer period of time." So you dont get the exact 2x,3x leverage if you are...
  10. Alejandro Canete

    MFE vs. MS Computer Science?

    Hi Aerial, Machine Learning (kernel methods approach, don't get near the ANN/GP stuff), a big data course (map reduce, grid computing, etc), a computer architecture course (to understand the different factors that make up latency), concurrency programming, some course on design patterns...
  11. Alejandro Canete

    Do you need access to high-performance computing?

    Hi, I use HPC on a daily basis, mainly for backtesting and model calibration using level 1 and full depth data.
  12. Alejandro Canete

    model validation

    we just trade them on small test accounts.
  13. Alejandro Canete

    Review of Jim Liew's Stat Arb Class

    I took professor's Liew independent workshop, and I also sat at the final presentation that Alex and David are talking about (great job! btw). I also had access to both lecture notes, home works and final presentations, and I must say that they are pretty much the same. Of course, for obvious...
  14. Alejandro Canete

    R software

    If you prefer shorter and problem specific books you should take a look at the "Use R!" series by springer http://www.springer.com/series/6991?detailsPage=titles these are domain specific books with, usually, no more than 300 pages each. I read "Analysis of integrated and co integrated time...
Back
Top