The Quants Run Wall Street Now
31–40 of 165 posts
Re: The Quants Run Wall Street Now
#32 curl -o 1.htm https://www.wsj.com/amp/articles/the-quants-run-wall-street-now-1495389108
sed -n '/./{//,//p;}' 1.htm > 2.htm
FWIW, 2.htm has no amp elements, no Javascript, no images, no ads, no externally sourced resources and therefore no tracking.Add links to non-essential images (cf. auto-loaded by browser). With available captions.
sed -n '
/./{/div class=.image/,/&
/;}
/alt=/{s///;s/[\">]//g;/./s/.*/above: &/;}
/Href=/p;/
/p' 1.htm >> 2.htm
Re: The Quants Run Wall Street Now
#33Re: The Quants Run Wall Street Now
#34Re: The Quants Run Wall Street Now
#35There's a plot where they differentiate "quant hedge funds" from "other hedge funds". How are they defining this? (To what extent is this just a matter of quant being sexy and more firms describing themselves as quant?)
Re: The Quants Run Wall Street Now
#36Earlier quoted context omitted.
For the most part, execution does not require high math, but the modeling required to find arbitrage or alpha does. So for example, managing an index weight fund is simple on the face of it but when and how you choose to rebalance your portfolio can affect your drift. This is the part that requires high math. This is even more important if you're talking a billion dollar fund as opposed to a 100,000 personal account.
> the modeling required to find arbitrage or alpha does Not really. Even if everyone is just throwing darts, half of the players will beat the market, and the more players you have the more extreme the outliers will be. Of course, the converse is also true, but no one pays attention to the losers. Both Vegas and Wall Street prosper from this same principle.
Re: The Quants Run Wall Street Now
#37I know there was just a discussion yesterday on how amp is awful but it still is useful, e.g., to read WSJ articles. curl -o 1.htm https://www.wsj.com/amp/articles/the-quants-run-wall-street-now-1495389108 sed -n '/./{/ /,/ /p;}' 1.htm > 2.htm FWIW, 2.htm has no amp elements, no Javascript, no images, no ads, no externally sourced resources and therefore no tracking. Add links to non-essential images (cf. auto-loaded…
The article had some pictures and graphs (see archive.li someone else posted). They were nice but they weren't essential.
Re: The Quants Run Wall Street Now
#38The value of something across the span of milliseconds has no meaning. At this temporal level of resolution it's just a gamble no different from games like poker. Why deploy brain power on trying to extract this value? What a waste of intelligence.
Re: The Quants Run Wall Street Now
#39Earlier quoted context omitted.
For the most part, execution does not require high math, but the modeling required to find arbitrage or alpha does. So for example, managing an index weight fund is simple on the face of it but when and how you choose to rebalance your portfolio can affect your drift. This is the part that requires high math. This is even more important if you're talking a billion dollar fund as opposed to a 100,000 personal account.
> the modeling required to find arbitrage or alpha does Not really. Even if everyone is just throwing darts, half of the players will beat the market, and the more players you have the more extreme the outliers will be. Of course, the converse is also true, but no one pays attention to the losers. Both Vegas and Wall Street prosper from this same principle.
For how long? And if it is for more than one sample (year), then how do you explain the continued success of places like Renaissance Technologies?
> Both Vegas and Wall Street prosper from this same principle.
I think poker is probably the closest thing in Vegas that matches Wall Street. Probably why it is so popular among quants.
Re: The Quants Run Wall Street Now
#40What languages are quants using to build their models? R, Python, Java, Haskell? Are there any favored tools?